diff options
| author | 2019-07-12 20:35:42 -0400 | |
|---|---|---|
| committer | 2019-07-12 20:35:42 -0400 | |
| commit | f62c46dd61433646a8950813c3be924ed71ca065 (patch) | |
| tree | f0cbc4e2ee291d95655d998e086a074eab78ace6 | |
| parent | feat: redirect real browsers to content (diff) | |
docs: s/anything/foo/ for clarity
| -rw-r--r-- | views/index.dt | 8 |
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" |
