Fix return value for resource params

In the example, the param name is "myparam" and the value is "bar", but the output for the value is "myparam"...
s/myparam/bar/
This commit is contained in:
Patrick Pelletier
2020-08-20 00:29:50 -04:00
committed by GitHub
parent 3ba3df6baf
commit 8edde476e0
+1 -1
View File
@@ -171,7 +171,7 @@ then, when handling the request:
.. code-block:: console
$ kapow get /request/params/myparam
myparam
bar
``/request/headers/<name>`` Resource