Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.api.generateInvitationCode | /admin/api/generate-code/{brand} | Path does not match |
| 2 | resend_wirecard_transaction | /wirecard/transaction/resend | Path does not match |
| 3 | export_puids | /wirecard/exportPuids | Path does not match |
| 4 | admin.report.salesRep | /admin/report/salesRep | Path does not match |
| 5 | admin_test_paid_notifications | /admin/test/paid-notifications | Path does not match |
| 6 | admin_test_api_rewards_search | /admin/test/api/rewards/search | Path does not match |
| 7 | admin_test_api_rewards_update | /admin/test/api/rewards/{id}/update | Path does not match |
| 8 | admin_test_api_rewards_batch_update | /admin/test/api/rewards/batch-update | Path does not match |
| 9 | admin_test_api_run_command | /admin/test/api/run-command | Path does not match |
| 10 | admin_test_api_pending_notifications | /admin/test/api/pending-notifications | Path does not match |
| 11 | api.app_api_test | /api/test | Path does not match |
| 12 | api.add_history | /api/add-history/{education}/{duration}/{played} | Path does not match |
| 13 | api.retailers | /api/retailers/{brand}/{retailerId} | Path does not match |
| 14 | brand_membership | /brand/membership | Path does not match |
| 15 | card | /card | Path does not match |
| 16 | contactUs | /contact-us | Path does not match |
| 17 | homepage | / | Path does not match |
| 18 | empty | /empty | Path does not match |
| 19 | testemail | /testemail | Path does not match |
| 20 | testcdde | /test/code | Path does not match |
| 21 | testedge | /test/edge | Path does not match |
| 22 | checkeducationquizandhistory | /test/checkeducationquizandhistory | Path does not match |
| 23 | education.list | /education/{brand} | Path does not match |
| 24 | education.quiz | /education/{id}/quiz | Path does not match |
| 25 | faq | /faq | Path does not match |
| 26 | leaderboard.index | /leaderboard/ | Path does not match |
| 27 | offers.list | /offers/{brand} | Path does not match |
| 28 | programRules | /program-rules | Path does not match |
| 29 | privacyPolicy | /privacy-policy | Path does not match |
| 30 | brands | /brands | Path does not match |
| 31 | retailers | /retailers | Path does not match |
| 32 | aboutUs | /about-us | Path does not match |
| 33 | newsAndEvents | /news-and-events | Path does not match |
| 34 | profile.index | /profile/ | Path does not match |
| 35 | profile.edit | /profile/edit | Path does not match |
| 36 | profile.add_brand | /profile/add-brand | Path does not match |
| 37 | profile.completeTax | /profile/complete-tax | Path does not match |
| 38 | registration | /registration | Path does not match |
| 39 | app_forgot_password_request | /reset-password | Path does not match |
| 40 | app_check_email | /reset-password/check-email | Path does not match |
| 41 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 42 | login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.