E.g., it should be possible to do this: ``` lfe (defroutes ... ('(GET POST) "/logout" (my-auth-mod:logout arg-data)) ...) ```
E.g., it should be possible to do this:
(defroutes ... ('(GET POST) "/logout" (my-auth-mod:logout arg-data)) ...)