Routing
home_page
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_exports_status | /api/exports/status/{export} | Path does not match |
| 2 | api_exports_download | /api/exports/download/{export} | Path does not match |
| 3 | api_ext_export_tsheets_sync | /api/external-app/export/timesheets/{agencyCode}/{clientCode} | Path does not match |
| 4 | api_ext_import_tsheets_sync | /api/external-app/import/timesheets/{agencyCode}/{clientCode} | Path does not match |
| 5 | api_ext_list_import_tsheets | /api/external-app/list/import/timesheets/{agencyCode}/{clientCode} | Path does not match |
| 6 | api_imports_status | /api/imports/status/{import} | Path does not match |
| 7 | api_imports_result | /api/imports/result/{import} | Path does not match |
| 8 | api_imports_download | /api/imports/download/{import} | Path does not match |
| 9 | api_imports_download_errors | /api/imports/download/errors/{import} | Path does not match |
| 10 | api_sheet_parse_data | /api/sheet/parse-data | Path does not match |
| 11 | home_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.