10 lines
177 B
Markdown
10 lines
177 B
Markdown
|
# Route Documentation
|
||
|
|
||
|
### [GET] /
|
||
|
Returns the index page...
|
||
|
|
||
|
### [GET] /users
|
||
|
Shows a list of all the users.
|
||
|
|
||
|
[REQUIREMENTS]
|
||
|
The user must be authenticated!
|