summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--views/index.dt8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/index.dt b/views/index.dt
index 6221e6d..e0c91f4 100644
--- a/views/index.dt
+++ b/views/index.dt
@@ -9,11 +9,11 @@ block content
th Effect
tbody
tr
- td: pre: code POST / data=anything
- td Pastebin anything
+ td: pre: code POST / data=foo
+ td Pastebin foo
tr
- td: pre: code PUT /id data=anything
- td Write anything into /id. Collisions disallowed. If a POST id coincides with your PUT content, it will be overwritten.
+ td: pre: code PUT /id data=foo
+ td Write foo into /id. Collisions disallowed. If a POST id coincides with your PUT content, it will be overwritten.
tr
td: pre: code GET /id
td Read paste with ID "id"