Closed arildm closed 1 year ago
The frontend needs to know if it should show a warning about being careful.
How does this look?
GET /admin-mode-status
{ "status": "success", "message": "Returning status of admin mode", "admin_mode_status": true }
Looks good to me!
Fixed in 02e439d.
The frontend needs to know if it should show a warning about being careful.