All routes

URLMethodsEndpoint
/api_static/<path:filename> GET static
/api/send-test-email GET send_test_email
/api/dashboard/groups GET dashboard_groups
/api/all_forms_dashboard GET all_forms_dashboard
/api/upload GET, POST upload_page
/ GET all_routes
/api/submit_form POST submit_form
/api/edit_form/<table_name> GET edit_form
/api/update_form POST update_form
/auth/static/<path:filename> GET static
/auth/register GET, POST auth.register
/auth/confirm/<token> GET auth.confirm_email
/auth/login GET, POST auth.login
/auth/logout POST auth.logout
/auth/request-password-reset POST auth.request_password_reset
/auth/reset-password/<token> POST auth.reset_password
/auth/change-password POST auth.change_password
/auth/change-password-page GET auth.change_password_page
/auth/validate POST auth.validate_token
/auth/validate_and_get_permissions POST auth.validate_token_and_get_permissions
/auth/send-custom-email POST auth.send_custom_email
/auth/get_all_groups_with_users GET auth.get_all_groups_with_users
/auth/assign_role_to_user POST auth.assign_role_to_user
/auth/rollback_role_change POST auth.rollback_role_change
/auth/routes GET routes
/auth/ GET home