Add documentation on /activate endpoint.

This commit is contained in:
Eric Myllyoja 2021-12-05 18:02:59 -05:00
parent 8cd3902e65
commit 214d8fe013

View File

@ -37,3 +37,9 @@ flask run --port 5000
# or simply
python app.py
```
## Available Endpoints
There are several available endpoints that are useful to users.
- `/login`: Login as an Admin and create CD keys.
- `/activate`: Create a new account as a non-admin user. You will require a CD key (which is provided by the admin).