Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://gpsa-rec.stepnet.fr/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | insurer_get_iban | /api/transib/get-iban | Path does not match |
| 2 | contact_new | /contact/{id}/new | Path does not match |
| 3 | contact_close | /contact/{id}/close | Path does not match |
| 4 | contact_open | /contact/{id}/open | Path does not match |
| 5 | contact_again | /contact/{id}/again | Path does not match |
| 6 | admin_message_export | /contacts/export | Path does not match |
| 7 | documents | /documents | Path does not match |
| 8 | document_create | /documents/create | Path does not match |
| 9 | document_edit | /documents/{id}/edit | Path does not match |
| 10 | document_delete | /documents/{id}/delete | Path does not match |
| 11 | document_download | /documents/download/{id} | Path does not match |
| 12 | 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.