Routing
(none)
Matched route
Route Matching Logs
Path to match:
/bot-connect.js
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | create_user | /create_user | Path does not match |
| 2 | admin | /admin | Path does not match |
| 3 | user_list | /user_list | Path does not match |
| 4 | admin_user_edit_inline | /admin/user/edit_inline/{id} | Path does not match |
| 5 | delete | /user/delete/{id} | Path does not match |
| 6 | admin_dashboard | /admin/dashboard | Path does not match |
| 7 | booking_storage | /booking_storage | Path does not match |
| 8 | booking_storage_load_more | /booking_storage/load_more/{category} | Path does not match |
| 9 | bookings | /bookings | Path does not match |
| 10 | conference_room_booking | /conference_room_booking | Path does not match |
| 11 | conference_room_bookinglist | /conference_room_bookinglist | Path does not match |
| 12 | api_conference_room_booking_save | /api/booking/room/save | Path does not match |
| 13 | api_conference_room_booking_delete | /api/booking/room/delete | Path does not match |
| 14 | admin_floor_plan | /admin/floor-plan | Path does not match |
| 15 | admin_floor_plan_save | /admin/floor-plan/save | Path does not match |
| 16 | admin_floor_plan_add | /admin/floor-plan/add | Path does not match |
| 17 | admin_floor_plan_delete | /admin/floor-plan/delete/{id} | Path does not match |
| 18 | admin_floor_plan_update | /admin/floor-plan/update | Path does not match |
| 19 | desk_booking | /desk_booking | Path does not match |
| 20 | desk_booking_form_fragment | /desk_booking/form_fragment | Path does not match |
| 21 | api_desk_booking_save | /api/booking/desk/save | Path does not match |
| 22 | api_desk_booking_delete | /api/booking/desk/delete | Path does not match |
| 23 | api_desk_booking_unlock_all | /api/booking/desk/unlock-all | Path does not match |
| 24 | edit | /edit/{id} | Path does not match |
| 25 | edit_password | /profile | Path does not match |
| 26 | parking_booking | /parking/booking | Path does not match |
| 27 | api_parking_booking_save | /api/booking/parking/save | Path does not match |
| 28 | api_parking_booking_delete | /api/booking/parking/delete | Path does not match |
| 29 | parking_booking_form_fragment | /parking/booking/form_fragment | Path does not match |
| 30 | reset_password | /reset_password | Path does not match |
| 31 | login | /login | Path does not match |
| 32 | app_logout | /logout | Path does not match |
| 33 | sync_conference_room_bookings | /api/sync/room-bookings | Path does not match |
| 34 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 35 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 36 | _wdt | /_wdt/{token} | Path does not match |
| 37 | _profiler_home | /_profiler/ | Path does not match |
| 38 | _profiler_search | /_profiler/search | Path does not match |
| 39 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 40 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 41 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 42 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 43 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 44 | _profiler_open_file | /_profiler/open | Path does not match |
| 45 | _profiler | /_profiler/{token} | Path does not match |
| 46 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 47 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 48 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 49 | app_login | / | Path does not match |
| 50 | app_dashboard | /dashboard | Path does not match |
| 51 | app_bookings | /my-bookings | Path does not match |
| 52 | app_profile | /profile | Path does not match |
| 53 | app_reset_password | /reset-password | Path does not match |
| 54 | app_check_email | /reset-password/check-email | Path does not match |
| 55 | app_booking_desk | /booking/desk | Path does not match |
| 56 | app_booking_room | /booking/room | Path does not match |
| 57 | app_booking_room_list | /booking/room/list | Path does not match |
| 58 | app_booking_parking | /booking/parking | Path does not match |
| 59 | app_booking_storage | /booking/storage | Path does not match |
| 60 | admin_users | /admin/users | Path does not match |
| 61 | admin_user_create | /admin/users/new | Path does not match |
| 62 | admin_user_edit | /admin/users/edit/{id} | Path does not match |
| 63 | admin_user_delete | /admin/users/delete/{id} | 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.