From 214d8fe0137324ff344dc14f572230a6e0df1c5a Mon Sep 17 00:00:00 2001 From: Eric Myllyoja Date: Sun, 5 Dec 2021 18:02:59 -0500 Subject: [PATCH] Add documentation on /activate endpoint. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3188ae9..5bc5af0 100644 --- a/README.md +++ b/README.md @@ -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).