Merge pull request #1 from MasterEric/main

Add documentation on /activate endpoint.
This commit is contained in:
Wincent Holm 2021-12-06 00:08:10 +01:00 committed by GitHub
commit 19e2a4fe9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).