Skip to content
Snippets Groups Projects
Commit f72ca4df authored by safarte's avatar safarte
Browse files

dqs

parent cec9b3b1
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ To register a new user (returns the user):
POST /users => Object
body:
{
"username": "blabla",
"username": "henry",
"paswword": "verysecure"
}
```
......@@ -59,7 +59,7 @@ To login an user (returns a list containing the matching users):
POST /login => [Object]
body:
{
"username": "blabla",
"username": "henry",
"paswword": "verysecure"
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment