Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/inloggen
| # | 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 | api_unplanned | /api/unplanned | Path does not match |
| 14 | api_unplanned_pickup | /api/unplannedPickup | Path does not match |
| 15 | api_unplanned_parked | /api/unplannedParked | Path does not match |
| 16 | api_unplanned_deleted | /api/unplannedDeleted | Path does not match |
| 17 | api_routes | /api/routes | Path does not match |
| 18 | api_archive_routes | /api/archiveRoutes | Path does not match |
| 19 | app_api_addroute | /api/addRoute | Path does not match |
| 20 | app_api_getsale | /api/sale/{id} | Path does not match |
| 21 | app_api_getroute | /api/route/{id} | Path does not match |
| 22 | api_save_route | /api/saveRoute | Path does not match |
| 23 | api_remove_route | /api/removeRoute | Path does not match |
| 24 | api_add_sale | /api/addSale | Path does not match |
| 25 | api_save_sale | /api/saveSale | Path does not match |
| 26 | api_copy_sale | /api/copySale | Path does not match |
| 27 | api_perm_delete_sale | /api/permDeleteSale | Path does not match |
| 28 | api_empty_trash | /api/empty-trash | Path does not match |
| 29 | api_send_day_email | /api/sendDayEmail | Path does not match |
| 30 | api_send_pickup_day_email | /api/sendPickupDayEmail | Path does not match |
| 31 | api_send_time_email | /api/sendTimeEmails | Path does not match |
| 32 | api_send_confirm_email | /api/driver/sendConfirmEmail | Path does not match |
| 33 | api_week_choices | /api/getWeekChoices | Path does not match |
| 34 | api_archive_year_choices | /api/getArchiveYearChoices | Path does not match |
| 35 | api_postcode_lookup | /api/postcodeLookup | Path does not match |
| 36 | addressbook_list | /api/addressbook/list | Path does not match |
| 37 | addressbook_add | /api/addressbook/list | Path does not match |
| 38 | address_delete | /api/addressbook/{id} | Path does not match |
| 39 | address_put | /api/addressbook/{id} | Path does not match |
| 40 | settings_get | /api/settings | Path does not match |
| 41 | settings_save | /api/settings | Path does not match |
| 42 | api_search | /api/search | Path does not match |
| 43 | sync_webshops | /api/sync-webshops | Path does not match |
| 44 | geolocate | /api/geolocate | Path does not match |
| 45 | driver_choices | /api/drivers | Path does not match |
| 46 | driver_routes | /api/driver/routes | Path does not match |
| 47 | picker_routes | /api/picker/routes | Path does not match |
| 48 | driver_set_delivered | /api/driver/delivered/{id} | Path does not match |
| 49 | upload_file | /api/driver/uploadFile/{id} | Path does not match |
| 50 | delete_file | /api/driver/deleteFile/{id} | Path does not match |
| 51 | api_user | /api/users | Path does not match |
| 52 | api_save_user | /api/saveUser | Path does not match |
| 53 | planning | / | Path does not match |
| 54 | archief | /archief | Path does not match |
| 55 | route | /route/{id} | Path does not match |
| 56 | print_sale | /sale/{id} | Path does not match |
| 57 | orders | /orders | Path does not match |
| 58 | driver | /chauffeur | Path does not match |
| 59 | picker | /picker | Path does not match |
| 60 | settings | /settings | Path does not match |
| 61 | adressenboek | /adressenboek | Path does not match |
| 62 | image_marker | /images/marker/{bg_color}/{font_color}/{num}.png | Path does not match |
| 63 | order | /order | Path does not match |
| 64 | order_login | /order | Path does not match |
| 65 | order_save | /order/save | Path does not match |
| 66 | order_approve | /order/goedkeuren | Path does not match |
| 67 | sale_photo | /sale/photo/{id} | Path does not match |
| 68 | print_sale_labels | /sale/labels/{id} | Path does not match |
| 69 | print_route_labels | /route/labels/{id} | Path does not match |
| 70 | oauth | /oauth | Path does not match |
| 71 | oauth_return | /oauth/return | Path does not match |
| 72 | oauth_test | /oauth/test | Path does not match |
| 73 | excel | /api/excel/{id} | Path does not match |
| 74 | login | /inloggen | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.