Routing
mapbender_core_application_assets
Matched route
Route Parameters
Name | Value |
---|---|
slug | "mb3-login" |
type | "css" |
Route Matching Logs
Path to match:
/application/mb3-login/assets/css
# | Route name | Path | Log |
---|---|---|---|
1 | mapbender_core_application_application | /application/{slug}.{_format} | Path does not match |
2 | mapbender_core_application_assets | /application/{slug}/assets/{type} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.