Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | api_entrypoint | /api/{index}.{_format} | Path does not match |
2 | api_doc | /api/docs.{_format} | Path does not match |
3 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
4 | api_avatars_get_collection | /api/avatars.{_format} | Path does not match |
5 | api_avatars_get_item | /api/avatars/{id}.{_format} | Path does not match |
6 | api_avatars_delete_item | /api/avatars/{id}.{_format} | Path does not match |
7 | api_avatars_put_item | /api/avatars/{id}.{_format} | Path does not match |
8 | api_avatars_patch_item | /api/avatars/{id}.{_format} | Path does not match |
9 | api_jokers_get_collection | /api/jokers.{_format} | Path does not match |
10 | api_jokers_post_collection | /api/jokers.{_format} | Path does not match |
11 | api_jokers_get_item | /api/jokers/{id}.{_format} | Path does not match |
12 | api_jokers_patch_item | /api/jokers/{id}.{_format} | Path does not match |
13 | api_teams_get_collection | /api/teams.{_format} | Path does not match |
14 | api_teams_post_collection | /api/teams.{_format} | Path does not match |
15 | api_teams_get_item | /api/teams/{id}.{_format} | Path does not match |
16 | api_teams_patch_item | /api/teams/{id}.{_format} | Path does not match |
17 | api_session_statuses_get_collection | /api/session_statuses.{_format} | Path does not match |
18 | api_session_statuses_get_item | /api/session_statuses/{id}.{_format} | Path does not match |
19 | api_sessions_get_collection | /api/sessions.{_format} | Path does not match |
20 | api_sessions_get_item | /api/sessions/{id}.{_format} | Path does not match |
21 | api_sessions_patch_item | /api/sessions/{id}.{_format} | Path does not match |
22 | api_sessions_get_teams_item | /api/session/{id}/teams | Path does not match |
23 | api_questions_get_collection | /api/questions.{_format} | Path does not match |
24 | api_questions_get_item | /api/questions/{id}.{_format} | Path does not match |
25 | api_answers_get_collection | /api/answers.{_format} | Path does not match |
26 | api_answers_get_item | /api/answers/{id}.{_format} | Path does not match |
27 | _preview_error | /_error/{code}.{_format} | Path does not match |
28 | _wdt | /_wdt/{token} | Path does not match |
29 | _profiler_home | /_profiler/ | Path does not match |
30 | _profiler_search | /_profiler/search | Path does not match |
31 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
32 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
33 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
34 | _profiler_open_file | /_profiler/open | Path does not match |
35 | _profiler | /_profiler/{token} | Path does not match |
36 | _profiler_router | /_profiler/{token}/router | Path does not match |
37 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
38 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
39 | avatar_index | /avatar | Path does not match |
40 | avatar_new | /avatar/new | Path does not match |
41 | avatar_edit | /avatar/{id}/edit | Path does not match |
42 | avatar_remove | /avatar/{id}/remove | Path does not match |
43 | data_index | /data | Path does not match |
44 | home | / | Path does not match |
45 | joker_item_index | /joker_item | Path does not match |
46 | joker_item_new | /joker_item/new | Path does not match |
47 | joker_item_edit | /joker_item/{id}/edit | Path does not match |
48 | joker_item_remove | /joker_item/{id}/remove | Path does not match |
49 | joker_rule_index | /session/{id}/joker_rule | Path does not match |
50 | joker_rule_new | /session/{id}/joker_rule/new | Path does not match |
51 | joker_rule_edit | /joker_rule/{id}/edit | Path does not match |
52 | joker_rule_remove | /joker_rule/{id}/remove | Path does not match |
53 | app_login | /login | Path does not match |
54 | app_logout | /logout | Path does not match |
55 | question_index | /question | Path does not match |
56 | question_new | /session/{id}/question_new | Path does not match |
57 | question_up | /question/{id}/up | Path does not match |
58 | question_down | /question/{id}/down | Path does not match |
59 | question_edit | /question/{id}/edit | Path does not match |
60 | question_remove | /question/{id}/remove | Path does not match |
61 | answer_new | /question/{id}/anwser_new | Path does not match |
62 | answer_edit | /answer/{id}/edit | Path does not match |
63 | answer_remove | /answer/{id}/remove | Path does not match |
64 | question_show | /question/{id} | Path does not match |
65 | session_index | /session | Path does not match |
66 | session_show | /session/{id} | Path does not match |
67 | session_new | /session_new | Path does not match |
68 | session_edit | /session_edit/{id} | Path does not match |
69 | session_delete | /session_delete/{id} | Path does not match |
70 | user_index | /user | Path does not match |
71 | user_edit | /user/{id}/edit | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.