aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/admin.py (follow)
Commit message (Collapse)AuthorAgeLines
* Adds A Dev Only Endpoint For Adding AdminsGravatar Hassan Abouelela2021-05-15-8/+35
| | | | | | | Copies the admin adding endpoint into an unprotected endpoint that is only registered in non-production builds. Signed-off-by: Hassan Abouelela <[email protected]>
* Update admin add route docstringGravatar ks1292020-12-24-1/+1
| | | Co-authored-by: Joe Banks <[email protected]>
* Check is user already admin before addingGravatar ks1292020-12-24-0/+5
|
* Use Pydantic validation instead manual validationGravatar ks1292020-12-24-3/+8
|
* Create route for adding new adminsGravatar ks1292020-12-22-0/+31