Skip to content
Snippets Groups Projects
Commit b7df363e authored by Cam Saul's avatar Cam Saul
Browse files

cleanup dox

parent 65a8c23d
No related branches found
No related tags found
No related merge requests found
......@@ -180,9 +180,9 @@
Dispatches on the arg annotation as a keyword, and is also passed the symbol
of the argument that should be checked.
(defendpoint GET ... [id] {id required})
(defendpoint GET ... [id] {id Required})
-> (let [id ~(arg-annotation-fn :required id)]
-> (let [id ~(arg-annotation-fn :Required id)]
...)
-> (let [id (do (require-params id) id)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment