Routes - Aimlackies/Reporter GitHub Wiki

dashboard.dashboard              GET        /dashboard
dashboard.dashboard              GET        /
electricity_use.electricity_use  GET        /electricity_use
security.change_password         GET, POST  /change
security.forgot_password         GET, POST  /reset
security.login                   GET, POST  /login
security.logout                  GET, POST  /logout
security.register                GET, POST  /register
security.reset_password          GET, POST  /reset/<token>
security.verify                  GET, POST  /verify
static                           GET        /static/<path:filename>
users.toggle_user_role           GET        /user/<id>/toggle_role/<role_name>
users.user                       GET        /user/<id>
users.users                      GET        /users/

⚠️ **GitHub.com Fallback** ⚠️