Routing
event.list
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://stg-admin.gtakeplace.com/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | security.login | /login | Path does not match |
| 2 | security.logout | /logout | Path does not match |
| 3 | security.registration | /register | Path does not match |
| 4 | resend_validation | /account/activation/resend | Path does not match |
| 5 | security.reset_password | /account/reset-password | Path does not match |
| 6 | account.send-reset-password | /account/send-reset-password/{id} | Path does not match |
| 7 | account.update_password | /account/password/update/{token} | Path does not match |
| 8 | account_verify | /account/verify/{token} | Path does not match |
| 9 | event.create | /event/create | Path does not match |
| 10 | event.api.template | /api/event/templates/{step}/{id} | Path does not match |
| 11 | event.api.save | /api/event/save | Path does not match |
| 12 | event.dashboard | /event/{identifier}/dashboard | Path does not match |
| 13 | event.dashboard.data | /api/event/{identifier}/dashboard-data/{organizationId} | Path does not match |
| 14 | event.list | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.