Fixed docstring

This commit is contained in:
Guillermo Vaya 2013-12-09 11:49:17 +01:00
parent f913c2aa8c
commit aeb0cd4c72

View File

@ -11,7 +11,7 @@
;; Some macro examples
(defmacro route [name path params &rest code]
"Post request"
"Get request"
`(route-with-methods ~name ~path ["GET"] ~params ~@code))
(defmacro post-route [name path params &rest code]