Correct typo

This commit is contained in:
agatha 2023-09-08 15:56:18 -04:00
parent 3b0e5811c0
commit d7154d63c1

View File

@ -34,7 +34,7 @@ The `/users` endpoint will return a JSON list of 50 users:
Randomly returns HTTP 500 and 502 status codes.
### /admin/users
The `/admin/users` endpoint will return a JSON list of 50 users:
The `/admin/users` endpoint will return a JSON list of 10 users:
```json
[ { "id": "string", "username": "string", "isAdmin": "boolean" } ]
```