Fixed docstring
This commit is contained in:
parent
f913c2aa8c
commit
aeb0cd4c72
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user