Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | 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 | / | Path does not match |
| 13 | insurers | /insurers | Path does not match |
| 14 | insurers_new | /insurers/new | Path does not match |
| 15 | insurers_edit | /insurers/{id}/edit | Path does not match |
| 16 | iban_manual_activation | /insurers/{insurerId}/iban/{id}/activate | Path does not match |
| 17 | insurers_export | /insurers/export | Path does not match |
| 18 | insurers_iban_download | /insurers/{id}/iban/{ibanId}/download | Path does not match |
| 19 | log_iban_view | /insurers/{insurer_id}/log/iban/view | Path does not match |
| 20 | insurers_iban_unwatch | /insurers/iban/{ibanId}/unwatch | Path does not match |
| 21 | insurers_iban_watch | /insurers/{ibanId}/watch | Path does not match |
| 22 | insurers_sftp_export | /insurers/sftp_export/{insurerId} | Path does not match |
| 23 | ibans_update_pedning | /insurers/update-pending-ibans | Path does not match |
| 24 | audit | /logs/audit | Path does not match |
| 25 | logs_export | /logs/export | Path does not match |
| 26 | news | /news | Path does not match |
| 27 | news_create | /news/create | Path does not match |
| 28 | news_edit | /news/{id}/edit | Path does not match |
| 29 | news_delete | /news/{id}/delete | Path does not match |
| 30 | app_login | /login | Path does not match |
| 31 | app_logout | /logout | Path does not match |
| 32 | app_saml_post | /saml/post | Path does not match |
| 33 | dashboard | /statistiques/dashboard | Path does not match |
| 34 | dashboard_export | /statistiques/dashboard/export | Path does not match |
| 35 | users | /users | Path does not match |
| 36 | init_profile | /user/init-profile | Path does not match |
| 37 | account | /user/{id} | Path does not match |
| 38 | watched_ibans | /user/{id}/watched_ibans | Path does not match |
| 39 | switch_profile | /user/profile/{profile_id}/switch | Path does not match |
| 40 | profile_deactivate | /user/profile/{profile_id}/deactivate | Path does not match |
| 41 | profile_activate | /user/profile/{profile_id}/activate | Path does not match |
| 42 | profile_delete | /user/profile/{profile_id}/delete | Path does not match |
| 43 | user_iban_unwatch | /user/iban/{iban_id}/unwatch | Path does not match |
| 44 | user_messages | /user/{id}/messages | Path does not match |
| 45 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 46 | _wdt | /_wdt/{token} | Path does not match |
| 47 | _profiler_home | /_profiler/ | Path does not match |
| 48 | _profiler_search | /_profiler/search | Path does not match |
| 49 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 50 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 51 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 52 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 53 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 54 | _profiler_open_file | /_profiler/open | Path does not match |
| 55 | _profiler | /_profiler/{token} | Path does not match |
| 56 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 57 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 58 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 59 | saml_metadata | /saml/metadata | Path does not match |
| 60 | saml_acs | /saml/acs | Path does not match |
| 61 | saml_login | /saml/login | Path does not match |
| 62 | saml_logout | /saml/logout | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.