Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_errors | /api/errors/{status} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 7 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 8 | _wdt | /_wdt/{token} | Path does not match |
| 9 | _profiler_home | /_profiler/ | Path does not match |
| 10 | _profiler_search | /_profiler/search | Path does not match |
| 11 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 12 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 13 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | api_auth_hash_password | /api/auth/hash-password | Path does not match |
| 21 | app.calendar | /agenda/table | Path does not match |
| 22 | event.add | /agenda/add | Path does not match |
| 23 | calendar.edit | /agenda/{id}/edit | Path does not match |
| 24 | calendar.delete | /agenda/{id}/delete | Path does not match |
| 25 | contract | /contrat/ | Path does not match |
| 26 | contract.add | /contrat/add | Path does not match |
| 27 | contract.edit | /contrat/edit/{id} | Path does not match |
| 28 | contract.delete | /contrat/delete/{id} | Path does not match |
| 29 | contract.archive | /contrat/archive/{id} | Path does not match |
| 30 | contract.list | /contrat/{slug} | Path does not match |
| 31 | equipment | /equipment | Path does not match |
| 32 | hardware.add | /equipment/add | Path does not match |
| 33 | equipment.edit | /equipment/edit/{id} | Path does not match |
| 34 | equipment.delete | /equipment/delete/{id} | Path does not match |
| 35 | establishment | /establishment/{slug} | Path does not match |
| 36 | table.establishment | /establishments | Path does not match |
| 37 | establishment.new | /establishment | Path does not match |
| 38 | table.establishment.archived | /establishments/archived | Path does not match |
| 39 | establishment.edit | /establishment/{slug}/edit | Path does not match |
| 40 | establishment.archive | /establishment/{slug}/archive | Path does not match |
| 41 | contact.edit | /contact/edit/{establishment}/{id} | Path does not match |
| 42 | period.add | /period/add/{id} | Path does not match |
| 43 | period.modify | /period/modify/{id} | Path does not match |
| 44 | period.delete | /period/delete/{id} | Path does not match |
| 45 | picture.add | /picture/add/{id} | Path does not match |
| 46 | picture.delete | /delete/{picture} | Path does not match |
| 47 | establishment.equipment.show | /equipment/show/{id} | Path does not match |
| 48 | establishment.equipment.add | /equipment/add/{establishment}/{equipment} | Path does not match |
| 49 | establishment.equipment.remove | /equipment/remove/{equipment}/{establishment} | Path does not match |
| 50 | establishment.equipment.edit | /equipment/edit/{equipment}/{establishment} | Path does not match |
| 51 | modal.get-coordinates | /_get-coordinates | Path does not match |
| 52 | export.data | /export | Path does not match |
| 53 | import.data | /import/data | Path does not match |
| 54 | home | / | Path does not match |
| 55 | agenda | /agenda | Path does not match |
| 56 | user.create | /user/create | Path does not match |
| 57 | user.list | /user/list | Path does not match |
| 58 | user.delete | /user/delete/{id} | Path does not match |
| 59 | notifications | /notifications | Path does not match |
| 60 | notification_read | /notifications/{id} | Path does not match |
| 61 | notifications_delete_all | /notifications/delete_all | Path does not match |
| 62 | pdf.generate.intervention | /generate-pdf-intervention/{id} | Path does not match |
| 63 | secure.login | /login | Path does not match |
| 64 | secure.logout | /logout | Path does not match |
| 65 | app.tracking | /tracking | Path does not match |
| 66 | app.tracking.add | /tracking/add | Path does not match |
| 67 | app.tracking.edit | /tracking/{id}/edit | Path does not match |
| 68 | app.tracking.check | /tracking/{id}/check | Path does not match |
| 69 | app.tracking.delete | /tracking/{id}/delete | 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.