/ [GET] -> auth.home
/ [GET] -> main_routes.home
/ [GET] -> serve_google_verify
/about [GET] -> auth.about_info
/about [GET] -> main_routes.about
/admin-dashboard [GET] -> auth.admin_dashboard
/admin/api/incidents [GET] -> admin.api_get_incidents
/admin/api/incidents/ [GET] -> admin.api_get_incident_details
/admin/api/incidents//status [PUT] -> admin.api_update_incident_status
/admin/api/incidents/search [GET] -> admin.api_search_incidents
/admin/api/incidents/statistics [GET] -> admin.api_get_error_statistics
/admin/api/parent-link-audit/export/ [GET] -> admin.api_export_parent_link_audit
/admin/api/parent-link-audit/run [POST] -> admin.api_run_parent_link_audit
/admin/api/parent-link-audit/simulate-access [POST] -> admin.api_simulate_parent_access
/admin/api/system-check [GET] -> admin.api_legacy_system_check
/admin/api/system-check/export/ [GET] -> admin.api_export_check_results
/admin/api/system-check/progress/ [GET] -> admin.api_check_progress
/admin/api/system-check/recent [GET] -> admin.api_recent_checks
/admin/api/system-check/results/ [GET] -> admin.api_check_results
/admin/api/system-check/start [POST] -> admin.api_start_system_check
/admin/api/system-check/stop/ [POST] -> admin.api_stop_system_check
/admin/api/system-health [GET] -> admin.api_system_health
/admin/api/system-health/past-runs [GET] -> admin.api_get_past_runs
/admin/api/system-health/run-details/ [GET] -> admin.api_get_run_details
/admin/api/system-health/sparklines [GET] -> admin.api_get_sparklines
/admin/api/system-health/status-summary [GET] -> admin.api_get_health_status
/admin/api/system-health/trends [GET] -> admin.api_get_health_trends
/admin/api/usage/active-users [GET] -> admin.api_get_active_users
/admin/api/usage/engagement-metrics [GET] -> admin.api_get_engagement_metrics
/admin/api/usage/patterns [GET] -> admin.api_get_usage_patterns
/admin/api/usage/platform-health [GET] -> admin.api_get_platform_health
/admin/api/usage/retention [GET] -> admin.api_get_retention_metrics
/admin/api/user-activity [GET] -> admin.api_user_activity
/admin/api/waitlist/bulk-update [POST] -> admin.bulk_update_waitlist
/admin/api/waitlist/export-csv [GET] -> admin.export_waitlist_csv
/admin/api/waitlist/update-contact-status [POST] -> admin.update_contact_status
/admin/create-teacher-simon-account-xyz123 [GET] -> create_teacher_simon_emergency
/admin/dashboard [GET] -> admin.dashboard
/admin/debug-teacher-simon-xyz123 [GET] -> debug_teacher_simon
/admin/waitlist [GET] -> admin.waitlist_dashboard
/all-students-analysis [GET] -> auth.all_students_analysis
/analysis-status [GET] -> auth.analysis_status
/analyze [GET] -> analyze.analyze_uploaded_exam
/api/bulletproof/get-question [GET] -> bulletproof_practice.get_question
/api/bulletproof/list-all-questions [GET] -> bulletproof_practice.list_all_questions
/api/bulletproof/mark-answer [POST] -> bulletproof_practice.mark_answer_bulletproof
/api/bulletproof/test-database [GET] -> bulletproof_practice.test_database
/api/focus/next [POST] -> focus_api.get_next_focus_question
/api/focus/ranked-topics [GET] -> focus_api.get_ranked_topics
/api/focus/upgrade-choice [POST] -> focus_api.upgrade_choice
/api/focus/weak-topics [GET] -> focus_api.get_weak_topics
/api/parent/approve-extension/ [POST] -> auth.parent_approve_extension_api
/api/parent/child-assessment [GET] -> auth.parent_child_assessment_api
/api/parent/dashboard/ [GET] -> auth.parent_dashboard_api
/api/parent/dashboard/ [GET] -> parent_api.get_dashboard_data
/api/parent/pending-requests/ [GET] -> auth.parent_pending_requests_api
/api/parent/preferences/ [POST] -> auth.parent_preferences_api
/api/parent/preferences/ [POST] -> parent_api.update_preferences
/api/parent/reset-daily-usage/ [POST] -> parent_api.reset_daily_usage
/api/parent/time-controls/ [POST] -> auth.parent_time_controls_api
/api/parent/time-controls/ [POST] -> parent_api.update_time_controls
/api/parent/topic-details// [GET] -> auth.parent_topic_details_api
/api/parent/topic-details// [GET] -> parent_api.get_topic_details
/api/practice/end-session [POST] -> practice_api.end_practice_session
/api/practice/get-next-question [GET] -> practice_api.get_next_question
/api/practice/session-status [GET] -> practice_api.get_session_status
/api/practice/start-session [POST] -> practice_api.start_practice_session
/api/practice/submit-answer [POST] -> practice_api.submit_answer
/api/secure_parent/child//dashboard [GET] -> secure_parent_api.get_secure_dashboard_data
/api/secure_parent/child//extension_request//approve [POST] -> secure_parent_api.approve_extension_request
/api/secure_parent/child//insights [GET] -> secure_parent_api.get_insights_details
/api/secure_parent/child//progress_report [GET] -> secure_parent_api.get_progress_report_details
/api/secure_parent/child//security_test [GET] -> secure_parent_api.child_access_security_test
/api/secure_parent/child//subject_ratings [GET] -> secure_parent_api.get_subject_ratings_details
/api/secure_parent/child//time_limits [GET] -> secure_parent_api.get_time_limits_details
/api/secure_parent/security_test [GET] -> secure_parent_api.security_test_endpoint
/api/student/assessment [DELETE] -> student_api.delete_student_assessment
/api/student/assessment [GET] -> student_api.get_student_assessment
/api/student/assessment [POST] -> student_api.save_student_assessment
/api/student/assessment-results [GET] -> student_api.get_assessment_results
/api/student/configuration [GET,POST] -> auth.student_configuration_api
/api/student/configuration [GET] -> student_api.get_current_configuration
/api/student/configuration [POST] -> student_api.save_configuration
/api/student/current-id [GET] -> student_api.get_current_user_id
/api/student/data [GET] -> auth.student_data_api
/api/student/data [GET] -> student_api.get_student_data
/api/student/diagnose-topic-rating [GET] -> student_api.diagnose_topic_rating
/api/student/get-paper-topics [GET] -> student_api.get_paper_topics
/api/student/paper-info [GET] -> student_api.get_paper_info
/api/student/performance/subject-breakdown/ [GET] -> student_api.get_subject_topic_breakdown
/api/student/practice/check-eligibility [GET] -> student_api.check_practice_eligibility
/api/student/save-enhanced-assessment [POST] -> student_api.save_enhanced_assessment
/api/student/subject/switch [POST] -> auth.switch_student_subject
/api/student/subject/switch [POST] -> student_api.switch_current_subject
/api/student/subjects/available [GET] -> student_api.get_available_subjects
/api/student/subjects/configured [GET] -> student_api.get_configured_subjects
/api/student/test-raw-sql-insert [POST] -> student_api.test_raw_sql_insert
/api/student/test-table-schemas [GET] -> student_api.test_table_schemas
/api/student/update-paper-selection [POST] -> student_api.update_paper_selection
/api/student/update-topic-rating [POST] -> student_api.update_topic_rating
/api/teacher/classes [GET] -> auth.get_teacher_classes_api
/api/test-email [POST] -> waitlist_api.api_test_email
/api/waitlist-signup [POST] -> waitlist_api.api_waitlist_signup
/api/waitlist-status [GET] -> waitlist_api.api_waitlist_status
/apple-touch-icon.png [GET] -> apple_touch_icon
/button-test [GET,POST] -> button_test
/change-password [GET,POST] -> auth.change_password
/check-secret [GET] -> check_secret
/coming-soon [GET,POST] -> coming_soon
/create-checkout-session [POST] -> auth.create_checkout_session
/dashboard [GET] -> main_routes.dashboard
/db-health [GET] -> db_health
/debug-database [GET] -> debug_database
/debug-production [GET] -> debug_production
/debug-routes [GET] -> debug_routes
/debug-templates [GET] -> debug_templates
/debug-test-signup [GET] -> debug_test_signup
/debug-waitlist [GET] -> debug_waitlist
/debug/db-ping [GET] -> db_ping
/debug/link-audit [GET] -> main_routes.debug_link_audit
/debug/session [GET] -> main_routes.debug_session
/debug/system-info [GET] -> system_info
/debug/template-test [GET] -> main_routes.test_templates
/delete-class/ [POST] -> auth.delete_class
/detailed-analysis [GET] -> auth.detailed_analysis
/export-summary [GET] -> auth.export_summary
/faq [GET] -> auth.faq
/favicon.ico [GET] -> favicon
/fix-database [GET] -> auth.fix_database
/fix-teacher-simon-now [GET] -> fix_teacher_simon_now
/forgot-password [GET,POST] -> auth.forgot_password
/google-verify [GET] -> serve_google_verify_env
/health [GET] -> health_check
/healthz [GET] -> healthz
/hod-dashboard [GET] -> auth.hod_dashboard
/index [GET] -> main_routes.index
/login [GET,POST] -> auth.login
/login [GET,POST] -> main_routes.login
/logout [GET] -> auth.logout
/logout [GET] -> main_routes.logout
/parent-dashboard [GET] -> auth.parent_dashboard
/parent/ [GET] -> parent.index
/parent/ [GET] -> parent_views.parent_page
/parent/api/child//progress [GET] -> parent.api_get_child_progress
/parent/api/child//star-ratings [GET] -> parent.api_get_child_star_ratings
/parent/api/child//time_limits [GET,POST] -> parent.api_child_time_limits
/parent/api/children [GET] -> parent.api_get_children
/parent/api/security/access_log [GET] -> parent.api_security_access_log
/parent/child-login-info [GET] -> auth.parent_child_login_info
/parent/dashboard [GET] -> parent.dashboard
/parent/login [GET] -> parent.login_redirect
/parent/logout [GET] -> auth.parent_logout
/parent/logout [GET] -> parent.logout
/parent/register [GET,POST] -> auth.parent_register
/parent/register-simple [GET,POST] -> auth.parent_register_simple
/parents [GET] -> auth.parents_info
/parents [GET] -> main_routes.parents
/payment/cancel [GET] -> auth.payment_cancel
/payment/success [GET] -> auth.payment_success
/practice-session [GET] -> auth.practice_session
/recommends [GET] -> main_routes.recommends
/register [GET,POST] -> auth.register
/register_interest [GET] -> auth.register_interest
/resend-verification [POST] -> auth.resend_verification
/reset-password/ [GET,POST] -> auth.reset_password
/robots.txt [GET] -> seo.robots_txt
/signup [GET,POST] -> emergency_signup
/sitemap.xml [GET] -> seo.sitemap_xml
/static/ [GET] -> static
/stripe/webhook [POST] -> auth.stripe_webhook
/student-analysis/ [GET] -> auth.student_detailed_analysis
/student-dashboard [GET] -> auth.student_dashboard
/student//parent [GET] -> parent_views.student_parent_shortcut
/student/practice [GET] -> auth.student_practice
/student/self-assessment [GET,POST] -> auth.student_self_assessment
/students [GET] -> main_routes.students
/submit-interest [POST] -> submit_interest
/teacher-classes [GET] -> auth.teacher_classes
/teacher-dashboard [GET] -> auth.teacher_dashboard
/teacher/export-data [POST] -> auth.teacher_export_data
/teacher/reports/approve/ [POST] -> report_routes.approve_report
/teacher/reports/edit/ [GET,POST] -> report_routes.edit_report
/teacher/reports/export/ [POST] -> report_routes.export_reports
/teacher/reports/generate [GET,POST] -> report_routes.generate_reports
/teacher/reports/jobs [GET] -> report_routes.list_jobs
/teacher/reports/regenerate/ [POST] -> report_routes.regenerate_report
/teacher/reports/settings [GET,POST] -> report_routes.report_settings
/teacher/reports/view/ [GET] -> report_routes.view_reports
/teacherdemo [GET] -> main_routes.teacherdemo
/teachers [GET] -> auth.teachers_info
/teachers [GET] -> main_routes.teachers
/test-signup [GET] -> test_signup
/test-teacher-login-api [POST,GET] -> test_teacher_login_api
/testing/cleanup [POST] -> test_helpers.cleanup_test_data
/testing/seed [POST] -> test_helpers.seed_test_data
/tutoring [GET] -> auth.tutoring_info
/tutoring [GET] -> main_routes.tutoring
/update-threshold/ [POST] -> auth.update_threshold
/upload [GET,POST] -> auth.upload
/verification-pending [GET] -> auth.verification_pending
/verify-email/ [GET] -> auth.verify_email
/web-app-manifest-192x192.png [GET] -> manifest_icon_192
/web-app-manifest-512x512.png [GET] -> manifest_icon_512