Routing
(none)
Matched route
Route Matching Logs
Path to match:
/secrets.json
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | admin_index | / | Path does not match |
14 | admin_help | /help | Path does not match |
15 | admin_user_index | /usuarios | Path does not match |
16 | admin_user_add | /novo-usuario | Path does not match |
17 | admin_user_edit | /editar-usuario/{id} | Path does not match |
18 | admin_user_remove | /excluir-usuario/{id} | Path does not match |
19 | admin_user_profile | /meu-perfil | Path does not match |
20 | admin_course_index | /cursos | Path does not match |
21 | admin_course_add | /novo-curso | Path does not match |
22 | admin_course_edit | /editar-curso/{id} | Path does not match |
23 | admin_course_remove | /excluir-curso/{id} | Path does not match |
24 | admin_module_index | /modulos | Path does not match |
25 | admin_module_add | /novo-modulo | Path does not match |
26 | admin_module_edit | /editar-modulo/{id} | Path does not match |
27 | admin_module_remove | /excluir-modulo/{id} | Path does not match |
28 | admin_subject_index | /disciplinas | Path does not match |
29 | admin_subject_add | /nova-disciplina | Path does not match |
30 | admin_subject_edit | /editar-disciplina/{id} | Path does not match |
31 | admin_subject_remove | /excluir-disciplina/{id} | Path does not match |
32 | admin_lesson_index | /aulas | Path does not match |
33 | admin_lesson_add | /nova-aula | Path does not match |
34 | admin_lesson_edit | /editar-aula/{id} | Path does not match |
35 | admin_lesson_remove | /excluir-aula/{id} | Path does not match |
36 | admin_lab_index | /laboratorios | Path does not match |
37 | admin_lab_add | /novo-laboratorio | Path does not match |
38 | admin_lab_edit | /editar-laboratorio/{id} | Path does not match |
39 | admin_lab_remove | /excluir-laboratorio/{id} | Path does not match |
40 | admin_student_index | /alunos | Path does not match |
41 | admin_teacher_index | /professores | Path does not match |
42 | admin_lead_index | /leads | Path does not match |
43 | admin_lead_remove | /excluir-lead/{id} | Path does not match |
44 | admin_classroom_index | /turmas | Path does not match |
45 | admin_classroom_add | /nova-turma | Path does not match |
46 | admin_classroom_edit | /editar-turma/{id} | Path does not match |
47 | admin_classroom_remove | /excluir-turma/{id} | Path does not match |
48 | admin_contract_index | /contratos | Path does not match |
49 | admin_contract_add | /novo-contrato | Path does not match |
50 | admin_contract_edit | /editar-contrato/{id} | Path does not match |
51 | admin_contract_remove | /excluir-contrato/{id} | Path does not match |
52 | app_login | /login | Path does not match |
53 | app_logout | /logout | 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.