Skip to content
Snippets Groups Projects
Commit ca0a8fb5 authored by Cam Saül's avatar Cam Saül
Browse files

whoops fix

parent 1cbd4c92
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
(defendpoint POST "/user"
"Special endpoint for creating the first user during setup.
This endpoint both creates the user AND logs them in and returns a session ID."
[:as {{:keys [token first_name last_name email password] :as body} :body}]
[:as {{:keys [token first_name last_name email password] :as body} :body, :as request}]
{first_name [Required NonEmptyString]
last_name [Required NonEmptyString]
email [Required Email]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment