summaryrefslogtreecommitdiff
path: root/docs/source/routing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/routing.rst')
-rw-r--r--docs/source/routing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/routing.rst b/docs/source/routing.rst
index bf8bcaf..ac6a9b2 100644
--- a/docs/source/routing.rst
+++ b/docs/source/routing.rst
@@ -252,7 +252,7 @@ explicitly to method arguments:
::
- $ curl http://localhost:8080/one/two/three
+ $ curl http://localhost:8080/args/one/two/three
one,two,three
The same effect can be achieved with HTTP ``POST`` body variables: