Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.gitlab-ci.yml
# | Route name | Path | Log |
---|---|---|---|
1 | custom_api_add_comment | /custom-api/add/comment | Path does not match |
2 | app_register | /register | Path does not match |
3 | app_profile | /prehled-uctu | Path does not match |
4 | app_profile_detail | /nastaveni/ucet | Path does not match |
5 | app_login | /login | Path does not match |
6 | app_logout | /logout | Path does not match |
7 | discussion | /diskuse | Path does not match |
8 | discussion_detail | /diskuse/detail-{id} | Path does not match |
9 | app_web_form_to_mail | /sdilet-vzpominky | Path does not match |
10 | web_homepage | / | Path does not match |
11 | web_get_page | /{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.