Routing
app.register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | app_accounting_repport | /accounting/journals/repport | Path does not match |
| 14 | app_accounting_plan | /accounting/plan/repport | Path does not match |
| 15 | api_login | /api/login_check | Path does not match |
| 16 | api.login.jwt | /api/login_check_jwt | Path does not match |
| 17 | api.login.code | /api/login_check_code | Path does not match |
| 18 | api_logout | /api/logout | Path does not match |
| 19 | api_user_profile | /api/user | Path does not match |
| 20 | app_api_budget_load | /api/load/budget | Path does not match |
| 21 | app_api_finance_airtime_loadmyairtimes | /api/finance/airtimes/ | Path does not match |
| 22 | app_api_finance_airtime_loadairtime | /api/finance/airtimes/{id} | Path does not match |
| 23 | api.finance.payment.load | /api/finance/payment/ | Path does not match |
| 24 | api.finance.receipt.load | /api/finance/receipt/ | Path does not match |
| 25 | app_api_finance_requisition_loadmyrequisitions | /api/finance/requisitions/ | Path does not match |
| 26 | app_api_finance_requisition_loadonerequisition | /api/finance/requisitions/{id} | Path does not match |
| 27 | app_api_humanresource_getpressence_getpresences | /api/v1/presences/my | Path does not match |
| 28 | app_planning_load | /api/load/planning | Path does not match |
| 29 | auth.admin | /auth/admin/ | Path does not match |
| 30 | auth.admin.show | /auth/admin/{slug}/show | Path does not match |
| 31 | auth.admin.profile | /auth/admin/{slug}/profile | Path does not match |
| 32 | auth.admin.dep-assign | /auth/admin/{username}/assign-department | Path does not match |
| 33 | auth.admin.section-assign | /auth/admin/{username}/assign-section | Path does not match |
| 34 | auth.admin.update | /auth/admin/{slug}/update | Path does not match |
| 35 | auth.admin.update-email | /auth/admin/{slug}/update-email | Path does not match |
| 36 | auth.admin.update-phone | /auth/admin/{slug}/update-phone | Path does not match |
| 37 | auth.admin.reset-password | /auth/admin/reset/{username}/password | Path does not match |
| 38 | auth.admin.agent.roles | /auth/admin/{username}/roles | Path does not match |
| 39 | auth.admin.agent.delete | /auth/admin/{username}/delete | Path does not match |
| 40 | auth.admin.agent.restaure | /auth/admin/{username}/restaure | Path does not match |
| 41 | auth.checking | /auth/checking/ | Path does not match |
| 42 | auth.checking.email | /auth/checking/email | Path does not match |
| 43 | auth.checking.resend-email | /auth/checking/resend-email/{slug} | Path does not match |
| 44 | auth.checking.check-project | /auth/checking/check-project/{slug} | Path does not match |
| 45 | auth.checking.link-project | /auth/checking/link-project/{slug} | Path does not match |
| 46 | auth.profile | /auth/profile/ | Path does not match |
| 47 | auth.profile.update | /auth/profile/{slug}/update | Path does not match |
| 48 | auth.profile.update-email | /auth/profile/{slug}/update-email | Path does not match |
| 49 | auth.profile.update-phone | /auth/profile/{slug}/update-phone | Path does not match |
| 50 | auth.profile.reset-password | /auth/profile/reset/{username}/password | Path does not match |
| 51 | app.register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.