Update docs

This commit is contained in:
Hubert Van De Walle 2020-04-21 20:33:28 +02:00
parent ea2ff1e77b
commit acc6435f61
2 changed files with 7 additions and 8 deletions

View File

@ -14,7 +14,7 @@
# Group Accounts # Group Accounts
## Create an account [/register] ## Create an account [/user]
### Register a new user [POST] ### Register a new user [POST]
@ -33,7 +33,7 @@
+ message: User already exists (string) + message: User already exists (string)
## Authenticate user [/login] ## Authenticate user [/user/login]
Authenticate one user to access protected routing. Authenticate one user to access protected routing.
### Authenticate a user [POST] ### Authenticate a user [POST]

File diff suppressed because one or more lines are too long