Skip to content
Snippets Groups Projects
Commit c1ca76853929 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

fix: make request body mandatory on /login route

parent d513323e2c70
No related branches found
No related tags found
1 merge request!58feat!: make it possible to disable login route
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
post: post:
description: Tries to log in the user description: Tries to log in the user
requestBody: requestBody:
required: true
content: content:
application/json: application/json:
schema: schema:
......
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