Routing
empty_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://testred.clubtickets.com/login
Route Matching Logs
Path to match:
/
# | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.