Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_absence | /absence/{token} | Path does not match |
| 2 | app_absence_index | /absence/{token}/index | Path does not match |
| 3 | app_absence_declare | /absence/{token}/declare | Path does not match |
| 4 | app_absence_edit | /absence/{token}/edit/{id} | Path does not match |
| 5 | app_absence_delete | /absence/{token}/delete/{id}/{quantity} | Path does not match |
| 6 | app_absence_delete_multiple | /absence/{token}/delete-multiple | Path does not match |
| 7 | app_account | /account | Path does not match |
| 8 | app_change_password | /account/change-password | Path does not match |
| 9 | birthdays_index | /admin/birthdays/calendar | Path does not match |
| 10 | birthdays_add | /admin/birthdays/add/{date}/{name} | Path does not match |
| 11 | birthdays_remove | /admin/birthdays/remove/{date}/{name} | Path does not match |
| 12 | birthdays_list | /admin/birthdays/list | Path does not match |
| 13 | closing_days_index | /admin/closing-days/ | Path does not match |
| 14 | closing_days_add | /admin/closing-days/add/{date} | Path does not match |
| 15 | closing_days_remove | /admin/closing-days/remove/{date} | Path does not match |
| 16 | admin | /admin | Path does not match |
| 17 | api_member_registrations_count | /api/member/registrations | Path does not match |
| 18 | app_calendar | /calendar/{token} | Path does not match |
| 19 | app_channel | /channel | Path does not match |
| 20 | app_home | / | Path does not match |
| 21 | app_member | /member | Path does not match |
| 22 | app_cdm | /cdm | Path does not match |
| 23 | app_cdm_member | /cdm/member/{id}/{year}/{month} | Path does not match |
| 24 | app_cdm_calendar | /cdm/calendar | Path does not match |
| 25 | app_cdm_delete | /cdm/delete/{id} | Path does not match |
| 26 | app_member_show | /member/{id} | Path does not match |
| 27 | app_new_registration | /registration/new | Path does not match |
| 28 | app_edit_registration | /registration/edit/{rid}/{mid} | Path does not match |
| 29 | app_message | /message/{target}/{chat_id}/{thread} | Path does not match |
| 30 | bo_message_send | /bo/message/send | Path does not match |
| 31 | app_parking_index | /parking/index/{token} | Path does not match |
| 32 | app_parking_register | /parking/register/{token}/{date} | Path does not match |
| 33 | app_register | /register | Path does not match |
| 34 | app_delete_registration | /delete/registration/{rid}/{mid}/{quantity}/{check_if_late} | Path does not match |
| 35 | app_login | /login | Path does not match |
| 36 | app_logout | /logout | Path does not match |
| 37 | app_stats | /stats/{period}/{dateLimit} | Path does not match |
| 38 | stats_parking | /parking/show/{period}/{dateLimit} | Path does not match |
| 39 | parking_set | /parking/set | Path does not match |
| 40 | parking_add | /parking/add | Path does not match |
| 41 | parking_remove | /parking/remove | Path does not match |
| 42 | parking_waiting | /parking/waiting | Path does not match |
| 43 | parking_waiting_remove | /parking/waiting/remove | Path does not match |
| 44 | app_telegram | /telegram_webhook | Path does not match |
| 45 | app_topic | /topic | Path does not match |
| 46 | app_topic_new | /topic/new | Path does not match |
| 47 | app_topic_edit | /topic/edit/{id} | Path does not match |
| 48 | app_topic_close | /topic/close/{id} | Path does not match |
| 49 | app_topic_reopen | /topic/reopen/{id} | Path does not match |
| 50 | app_topic_delete | /topic/delete/{id} | Path does not match |
| 51 | app_topic_stickers | /stickers | Path does not match |
| 52 | app_topic_get_stickers | /getStickers | Path does not match |
| 53 | app_topic_presence | /setPresence/{id} | Path does not match |
| 54 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 55 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 56 | _wdt | /_wdt/{token} | Path does not match |
| 57 | _profiler_home | /_profiler/ | Path does not match |
| 58 | _profiler_search | /_profiler/search | Path does not match |
| 59 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 60 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 61 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 62 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 63 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 64 | _profiler_open_file | /_profiler/open | Path does not match |
| 65 | _profiler | /_profiler/{token} | Path does not match |
| 66 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 67 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 68 | _profiler_exception_css | /_profiler/{token}/exception.css | 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.