Routing
app_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_users | /admin/users | Path does not match |
| 2 | admin_users_make_admin | /admin/users/make-admin/{id} | Path does not match |
| 3 | admin_materials | /admin/materials/{catalogId} | Path does not match |
| 4 | admin_materials_add | /admin/add-material | Path does not match |
| 5 | admin_materials_delete | /admin/materials/delete/{id} | Path does not match |
| 6 | admin_materials_edit | /admin/materials/edit/{id} | Path does not match |
| 7 | admin_materials_catalog_add | /admin/materials/catalog/add | Path does not match |
| 8 | admin_materials_country_add | /admin/materials/country/add | Path does not match |
| 9 | admin_materials_catalog_delete | /admin/materials/catalog/{catalogId}/delete | Path does not match |
| 10 | admin_materials_catalog_edit | /admin/materials/catalog/{catalogItem}/edit | Path does not match |
| 11 | admin_methods | /admin/methods | Path does not match |
| 12 | chouse_material | /choice_material | Path does not match |
| 13 | construction_save | /api/construction | Path does not match |
| 14 | materials_by_catalog_id | /api/{catalogId}/materials | Path does not match |
| 15 | materials_catalog | /api/materials_catalog | Path does not match |
| 16 | calc_1_layer | /api/calc/1_layer/{l1}/{l2}/{t}/{m}/{materials} | Path does not match |
| 17 | app_dashboard | /user/dashboard | Path does not match |
| 18 | app_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.