Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | index | / | Path does not match |
| 14 | login | /login | Path does not match |
| 15 | app_logout | /logout | Path does not match |
| 16 | register | /register | Path does not match |
| 17 | list_bus | /bus-list | Path does not match |
| 18 | add_bus | /bus-add | Path does not match |
| 19 | edit_bus | /bus-edit/{id} | Path does not match |
| 20 | delete_bus | /bus-delete/{id} | Path does not match |
| 21 | list_tram | /tram-list | Path does not match |
| 22 | add_tram | /tram-add | Path does not match |
| 23 | delete_tram | /tram-delete/{id} | Path does not match |
| 24 | edit_tram | /tram-edit/{id} | Path does not match |
| 25 | list_metro | /metro-list | Path does not match |
| 26 | add_metro | /metro-add | Path does not match |
| 27 | edit_metro | /metro-edit/{id} | Path does not match |
| 28 | delete_metro | /metro-delete/{id} | Path does not match |
| 29 | list_train | /train-list | Path does not match |
| 30 | add_train | /train-add | Path does not match |
| 31 | edit_train | /train-edit/{id} | Path does not match |
| 32 | delete_train | /train-delete/{id} | Path does not match |
| 33 | list_stations | /station-list | Path does not match |
| 34 | add_station | /station-add | Path does not match |
| 35 | delete_station | /station-delete/{id} | Path does not match |
| 36 | edit_station | /station-edit/{id} | Path does not match |
| 37 | list_clients | /client-list | Path does not match |
| 38 | delete_client | /client-delete/{id} | Path does not match |
| 39 | list_admin | /client-list | Path does not match |
| 40 | delete_admin | /user-delete/{id} | Path does not match |
| 41 | test_root | /api/test-route | Path does not match |
| 42 | journey_recommendations | /api/recommendations | Path does not match |
| 43 | get_trips | /api/get-trips | Path does not match |
| 44 | add_clients | /api/add-clients | Path does not match |
| 45 | client_login | /api/login | Path does not match |
| 46 | client_logout | /api/logout | Path does not match |
| 47 | get_user_info | /api/get-user-info | Path does not match |
| 48 | api_delete_account | /api/delete-account | Path does not match |
| 49 | get_journey | /api/journey | Path does not match |
| 50 | get_user_data | /api/getUserProfile | Path does not match |
| 51 | store_user_profile | /api/store-profile | 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.