Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://www.hypertest.hypercrew.pl/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api | /api | Path does not match |
| 2 | app_api_fallback | /api/v1 | Path does not match |
| 3 | app_api_profitability | /api/v1/profitability | Path does not match |
| 4 | app_api_slack_auth | /api/v1/slack/auth | Path does not match |
| 5 | app_api_slack_command | /api/v1/slack/command | Path does not match |
| 6 | basecamp | /basecamp | Path does not match |
| 7 | basecamp_project | /basecamp/create | Path does not match |
| 8 | crm_clients | /crm/clients/ | Path does not match |
| 9 | crm_clients_add | /crm/clients/add | Path does not match |
| 10 | crm_clients_details | /crm/clients/details/{id} | Path does not match |
| 11 | crm_client_data_remove | /crm/clients/details/{id}/data/remove | Path does not match |
| 12 | crm_client_data_save | /crm/clients/details/{id}/data/save | Path does not match |
| 13 | crm_clients_export | /crm/clients/export | Path does not match |
| 14 | crm | /crm/ | Path does not match |
| 15 | shorten_url_redirect_url | /u/{hash} | Path does not match |
| 16 | shorten_url_fallback | /{slug} | Path almost matches, but Host "www.hypertest.hypercrew.pl" does not match the requirement ("click.hypercrew.pl") |
| 17 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.