Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_api | /api/ | Path does not match |
2 | app_settings | /api/{token}/getappsettings | Path does not match |
3 | app_distance | /api/{token}/distance/{lon}/{lat}/{radius}/{cats}/{format} | Path does not match |
4 | app_plz_distance | /api/{token}/plzdistance/{plz}/{radius}/{cats}/{format} | Path does not match |
5 | app_cats | /api/{token}/cats | Path does not match |
6 | app_contains | /api/{token}/contains/{area}/{resolution} | Path does not match |
7 | app_plzcontains | /api/{token}/plzcontains/{plz} | Path does not match |
8 | app_plzcentroid | /api/{token}/plzcentroid/{plz}/{radius}/{format} | Path does not match |
9 | app_plzcity | /api/{token}/plz4city/{city} | Path does not match |
10 | app_pointinfo | /api/{token}/pointinfo/{lon}/{lat} | Path does not match |
11 | app_city | /api/{token}/city/{fragment}/{limit} | Path does not match |
12 | app_cityplz | /api/{token}/cityplz/{city}/{minplz}/{maxplz} | Path does not match |
13 | app_autoplz | /api/{token}/autoplz/{fragment} | Path does not match |
14 | app_city4plz | /api/city4plz/{plz} | Path does not match |
15 | app_apps_index | /apps/ | Path does not match |
16 | app_apps_new | /apps/new | Path does not match |
17 | app_apps_show | /apps/{id} | Path does not match |
18 | app_apps_edit | /apps/{id}/edit | Path does not match |
19 | app_apps_delete | /apps/{id} | Path does not match |
20 | app_categories_index | /categories/ | Path does not match |
21 | app_categories_new | /categories/new | Path does not match |
22 | app_categories_show | /categories/{id} | Path does not match |
23 | app_categories_edit | /categories/{id}/edit | Path does not match |
24 | app_categories_delete | /categories/{id}/delete | Path does not match |
25 | app_index | / | Path does not match |
26 | app_places_index | /places/ | Path does not match |
27 | app_places_new | /places/new | Path does not match |
28 | app_places_show | /places/{id} | Path does not match |
29 | app_places_edit | /places/{id}/edit | Path does not match |
30 | app_places_delete | /places/{id} | Path does not match |
31 | app_forgot_password_request | /reset-password | Path does not match |
32 | app_check_email | /reset-password/check-email | Path does not match |
33 | app_reset_password | /reset-password/reset/{token} | Path does not match |
34 | 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.