Routing
        app_login
        Matched route
    
Route Parameters
No parameters.
Route Matching Logs
    Path to match: 
/login
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | api_login_user | /api/access/{token} | Path does not match | 
| 2 | api_create_user | /api/create-user | Path does not match | 
| 3 | api_update_user | /api/user/{apiKey}/update | Path does not match | 
| 4 | api_user_close_null | /api/user/{apiKey}/set-close-null | Path does not match | 
| 5 | api_update_seller | /api/seller/update | Path does not match | 
| 6 | api_get_pins | /api/{apiKey}/pins | Path does not match | 
| 7 | api_get_sellers_id | /api/get-sellers-by-id | Path does not match | 
| 8 | api_get_sellers | /api/{apiKey}/sellers-id | Path does not match | 
| 9 | seller_add | /api/{apiKey}/seller/add | Path does not match | 
| 10 | seller_delete | /api/{apiKey}/seller/delete | Path does not match | 
| 11 | seller_updated_get | /api/seller/get-updated | Path does not match | 
| 12 | add_role_user | /api/add-role-to-user | Path does not match | 
| 13 | empty_index | / | Path does not match | 
| 14 | homepage | /home/{type} | Path does not match | 
| 15 | view_event_info | /home-event-info/{slug} | Path does not match | 
| 16 | view_event | /home/{type}/{slug} | Path does not match | 
| 17 | date_tickets | /{date_id}/tickets | Path does not match | 
| 18 | make_sale | /make-sale | Path does not match | 
| 19 | sale_pdf | /sale-pdf/{sale_token} | Path does not match | 
| 20 | sale_receipt | /sale-receipt/{sale_token} | Path does not match | 
| 21 | workers_ferry | /manage-workers-ferry | Path does not match | 
| 22 | sp_guestlist_list | /guest-list/view-list | Path does not match | 
| 23 | sp_guestlist_manage | /guest-list/manage/{id} | Path does not match | 
| 24 | sp_guestlist_add_name | /guest-list/add-name-to-list/{listId} | Path does not match | 
| 25 | sp_guestlist_remove_line | /guest-list/remove-pending-line/{line_id} | Path does not match | 
| 26 | app_login | /login | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.