Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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 | /admin/ | Path does not match |
14 | admin_acumular_atendimentos | /admin/acumular_atendimentos | Path does not match |
15 | admin_limpar_atendimentos | /admin/limpar_atendimentos | Path does not match |
16 | admin_api_index | /admin/api/ | Path does not match |
17 | admin_api_clients | /admin/api/oauth-clients | Path does not match |
18 | admin_api_newclient | /admin/api/oauth-clients | Path does not match |
19 | admin_api_removeclient | /admin/api/oauth-clients/{id} | Path does not match |
20 | admin_departamentos_index | /admin/departamentos/ | Path does not match |
21 | admin_departamentos_new | /admin/departamentos/new | Path does not match |
22 | admin_departamentos_edit | /admin/departamentos/{id} | Path does not match |
23 | admin_departamentos_delete | /admin/departamentos/{id} | Path does not match |
24 | admin_locais_index | /admin/locais/ | Path does not match |
25 | admin_locais_new | /admin/locais/new | Path does not match |
26 | admin_locais_edit | /admin/locais/{id} | Path does not match |
27 | admin_locais_delete | /admin/locais/{id} | Path does not match |
28 | admin_modulos_index | /admin/modulos/ | Path does not match |
29 | admin_modulos_update | /admin/modulos/update | Path does not match |
30 | admin_perfis_index | /admin/perfis/ | Path does not match |
31 | admin_perfis_new | /admin/perfis/new | Path does not match |
32 | admin_perfis_edit | /admin/perfis/{id} | Path does not match |
33 | admin_perfis_delete | /admin/perfis/{id} | Path does not match |
34 | admin_prioridades_index | /admin/prioridades/ | Path does not match |
35 | admin_prioridades_new | /admin/prioridades/new | Path does not match |
36 | admin_prioridades_edit | /admin/prioridades/{id} | Path does not match |
37 | admin_prioridades_delete | /admin/prioridades/{id} | Path does not match |
38 | admin_servicos_index | /admin/servicos/ | Path does not match |
39 | admin_servicos_new | /admin/servicos/new | Path does not match |
40 | admin_servicos_edit | /admin/servicos/{id} | Path does not match |
41 | admin_servicos_delete | /admin/servicos/{id} | Path does not match |
42 | admin_unidades_index | /admin/unidades/ | Path does not match |
43 | admin_unidades_new | /admin/unidades/new | Path does not match |
44 | admin_unidades_edit | /admin/unidades/{id} | Path does not match |
45 | admin_unidades_delete | /admin/unidades/{id} | Path does not match |
46 | app_api_agendamentos_post | /api/agendamentos | Path does not match |
47 | app_api_agendamentos_doget | /api/agendamentos/{id} | Path does not match |
48 | app_api_agendamentos_dofind | /api/agendamentos | Path does not match |
49 | app_api_atendimentos_doget | /api/atendimentos/{id} | Path does not match |
50 | app_api_atendimentos_dofind | /api/atendimentos | Path does not match |
51 | app_api_atendimentoshistorico_doget | /api/atendimentoshistorico/{id} | Path does not match |
52 | app_api_atendimentoshistorico_dofind | /api/atendimentoshistorico | Path does not match |
53 | app_api_default_index | /api | Path does not match |
54 | app_api_default_index_1 | /api/ | Path does not match |
55 | app_api_departamentos_doget | /api/departamentos/{id} | Path does not match |
56 | app_api_departamentos_dofind | /api/departamentos | Path does not match |
57 | app_api_departamentos_dopost | /api/departamentos | Path does not match |
58 | app_api_departamentos_doput | /api/departamentos/{id} | Path does not match |
59 | app_api_departamentos_dodelete | /api/departamentos/{id} | Path does not match |
60 | app_api_filas_atendimentosusuario | /api/filas/{unidadeId} | Path does not match |
61 | app_api_filas_alterastatus | /api/filas | Path does not match |
62 | app_api_locais_doget | /api/locais/{id} | Path does not match |
63 | app_api_locais_dofind | /api/locais | Path does not match |
64 | app_api_locais_dopost | /api/locais | Path does not match |
65 | app_api_locais_doput | /api/locais/{id} | Path does not match |
66 | app_api_locais_dodelete | /api/locais/{id} | Path does not match |
67 | app_api_painel_painel | /api/unidades/{id}/painel | Path does not match |
68 | app_api_prioridades_doget | /api/prioridades/{id} | Path does not match |
69 | app_api_prioridades_dofind | /api/prioridades | Path does not match |
70 | app_api_prioridades_dopost | /api/prioridades | Path does not match |
71 | app_api_prioridades_doput | /api/prioridades/{id} | Path does not match |
72 | app_api_prioridades_dodelete | /api/prioridades/{id} | Path does not match |
73 | app_api_servicos_doget | /api/servicos/{id} | Path does not match |
74 | app_api_servicos_dofind | /api/servicos | Path does not match |
75 | app_api_servicos_dopost | /api/servicos | Path does not match |
76 | app_api_servicos_doput | /api/servicos/{id} | Path does not match |
77 | app_api_servicos_dodelete | /api/servicos/{id} | Path does not match |
78 | app_api_triagem_imprimir | /api/print/{id} | Path does not match |
79 | app_api_triagem_distribui | /api/distribui | Path does not match |
80 | app_api_unidades_servicos | /api/unidades/{id}/servicos | Path does not match |
81 | app_api_unidades_atendimentos | /api/unidades/{id}/atendimentos | Path does not match |
82 | app_api_unidades_doget | /api/unidades/{id} | Path does not match |
83 | app_api_unidades_dofind | /api/unidades | Path does not match |
84 | app_api_unidades_dopost | /api/unidades | Path does not match |
85 | app_api_unidades_doput | /api/unidades/{id} | Path does not match |
86 | app_api_unidades_dodelete | /api/unidades/{id} | Path does not match |
87 | app_api_usuarios_doget | /api/usuarios/{id} | Path does not match |
88 | app_api_usuarios_dofind | /api/usuarios | Path does not match |
89 | home | / | Path does not match |
90 | ping | /ping | Path does not match |
91 | about | /about | Path does not match |
92 | app_default_unidades | /unidades | Path does not match |
93 | app_default_setunidade | /set_unidade/{id} | Path does not match |
94 | app_default_menu | /menu | Path does not match |
95 | profile_index | /profile/ | Path does not match |
96 | app_profile_password | /profile/password | Path does not match |
97 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.