Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_allegro_category_index | /allegroCategory/ | Path does not match |
| 2 | app_allegro_category_show | /allegroCategory/{id}/details | Path does not match |
| 3 | app_allegro_category_find | /allegroCategory/find | Path does not match |
| 4 | app_allegro_category_deletechildren | /allegroCategory/{id}/deletechildren | Path does not match |
| 5 | app_allegro_offer_index | /allegroOffer/ | Path does not match |
| 6 | app_allegro_offer_show | /allegroOffer/{id}/details | Path does not match |
| 7 | app_allegro_offer_find | /allegroOffer/find | Path does not match |
| 8 | app_allegro_offer_changes | /allegroOffer/changes/{source} | Path does not match |
| 9 | app_allegro_shipping_rate_index | /allegroShippingRate/ | Path does not match |
| 10 | app_allegro_shipping_rate_show | /allegroShippingRate/{id}/details | Path does not match |
| 11 | app_allegro_shipping_rate_find | /allegroShippingRate/find | Path does not match |
| 12 | api_stanmag_reactivate | /api/stanmagReactivate/{id} | Path does not match |
| 13 | api_stanmag_deactivate | /api/stanmagDeactivate/{id} | Path does not match |
| 14 | api_stanmag_unpublish | /api/stanmagUnpublish/{id} | Path does not match |
| 15 | api_stanmag_status | /api/stanmagStatus/{location} | Path does not match |
| 16 | app_ares_item_index | /aresItem/ | Path does not match |
| 17 | app_ares_item_show | /aresItem/{id}/details | Path does not match |
| 18 | app_ares_item_find | /aresItem/find | Path does not match |
| 19 | app_ares_item_changes | /aresItem/changes/{source} | Path does not match |
| 20 | app_ares_model_index | /ares-model/ | Path does not match |
| 21 | app_ares_model_show | /ares-model/{id}/details | Path does not match |
| 22 | app_ares_model_find | /ares-model/find | Path does not match |
| 23 | app_ares_model_edit | /ares-model/{id}/edit | Path does not match |
| 24 | app_ares_model_new | /ares-model/new | Path does not match |
| 25 | app_ares_index | /ares/ | Path does not match |
| 26 | app_catalog_index | /catalog/ | Path does not match |
| 27 | app_catalog_show | /catalog/{id}/details | Path does not match |
| 28 | app_catalog_find | /catalog/find | Path does not match |
| 29 | app_catalog_edit | /catalog/{id}/edit | Path does not match |
| 30 | app_catalog_new | /catalog/new | Path does not match |
| 31 | app_catalog_all_index | /catalog/all | Path does not match |
| 32 | app_catalog_anomalies_index | /catalog/anomalies | Path does not match |
| 33 | app_catalog_edit_allegro_defaults | /catalog/{id}/editAllegroDefaults | Path does not match |
| 34 | app_category_index | /category/ | Path does not match |
| 35 | app_category_show | /category/{id}/details | Path does not match |
| 36 | app_category_find | /category/find | Path does not match |
| 37 | app_category_edit | /category/{id}/edit | Path does not match |
| 38 | app_category_new | /category/new | Path does not match |
| 39 | app_category_all_index | /category/all | Path does not match |
| 40 | app_category_all_test_index | /category/all-test | Path does not match |
| 41 | app_varlink_feed_index | /varlink/ | Path does not match |
| 42 | app_varlink_feed_show | /varlink/{id}/details | Path does not match |
| 43 | app_varlink_feed_find | /varlink/find | Path does not match |
| 44 | admin_default | / | Path does not match |
| 45 | master_documentation_index | /documentation/ | Path does not match |
| 46 | app_documentation_new | /documentation/new | Path does not match |
| 47 | app_engine_index | /engine/ | Path does not match |
| 48 | app_engine_show | /engine/{id}/details | Path does not match |
| 49 | app_engine_find | /engine/find | Path does not match |
| 50 | app_engine_edit | /engine/{id}/edit | Path does not match |
| 51 | app_engine_new | /engine/new | Path does not match |
| 52 | app_engine_all_index | /engine/all | Path does not match |
| 53 | app_engine_anomalies_index | /engine/anomalies | Path does not match |
| 54 | 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.