Routing
app_dodaj_menu
Matched route
Route Parameters
Name | Value |
---|---|
id | "0" |
lang | "1" |
Route Matching Logs
Path to match:
/dodaj/menu/0/1
# | Route name | Path | Log |
---|---|---|---|
1 | content | /content | Path does not match |
2 | home | / | Path does not match |
3 | content_refreshcontents | /content/refreshcontents | Path does not match |
4 | content_addcontent | /content/addcontent | Path does not match |
5 | content_deletecontent | /content/deletcontent | Path does not match |
6 | app_curl | /curl | Path does not match |
7 | uredinalogspir_posljinanapravo | /posljinanapravo | Path does not match |
8 | app_dodaj_menu | /dodaj/menu/{id}/{lang} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.