Routing
autenticacao
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | login_registro_acesso | /registro/solicita-acesso | Path does not match |
| 2 | login_registro_acesso_processar | /registro/solicita-acesso/processar | Path does not match |
| 3 | login_registro | /registro/usuario/{hash} | Path does not match |
| 4 | login_cadastro | /registro/cadastrar | Path does not match |
| 5 | cadastraContraResposta | /cadastra-contra-resposta | Path does not match |
| 6 | envia_email | /enviaemail | Path does not match |
| 7 | downloadAnexo | /downloadAnexo/{uf}/{municipio}/{exercicio}/{notificacao}/{anexo} | Path does not match |
| 8 | obter_info_repositorio | /obter_info_repositorio/{uf}/{municipio}/{exercicio}/{ie} | Path does not match |
| 9 | listar_todos_arquivos | /arquivos/{uf}/{municipio}/{exercicio}/{ie}/{idNotificacao} | Path does not match |
| 10 | app_file_manager_upload | /painel/upload/{uf}/{municipio}/{exercicio}/{ie} | Path does not match |
| 11 | obter_url_s3 | /obter_url_s3/{uf}/{path} | Path does not match |
| 12 | registra_e_obtem_link_s3 | /registra_e_obtem_link_s3/{uf}/{path}/{ie} | Path does not match |
| 13 | painel_home | /painel | Path does not match |
| 14 | painel_gestao | /notificacao/{hash} | Path does not match |
| 15 | cadastraResposta | /cadastra-resposta | Path does not match |
| 16 | busca_contador | /busca-contador | Path does not match |
| 17 | buscaContribuinte | /busca-contribuinte | Path does not match |
| 18 | getContribuinte | /busca-contribuinte/do-request | Path does not match |
| 19 | getTodosMunicipios | /getTodosMunicipios | Path does not match |
| 20 | getTodosexercicios | /getTodosexercicios | Path does not match |
| 21 | getTodasNotificacoes | /getTodasNotificacoes | Path does not match |
| 22 | getTodosContribuinte | /getTodosContribuinte | Path does not match |
| 23 | app_identidade | /identidade | Path does not match |
| 24 | valida_identidade | /validaidentidade/{uf}/{idmunicipio}/{exercicio}/{email} | Path does not match |
| 25 | envia_verificacao | /verificaidentidade/{uf}/{idmunicipio}/{exercicio}/{email} | Path does not match |
| 26 | app_login_contador_externo | /login/contadorexterno/{uf} | Path does not match |
| 27 | autentica_contador_externo | /login/auth/contadorexterno | Path does not match |
| 28 | recuperar_senha_contador_externo | /login/recuperasenha/contadorexterno | Path does not match |
| 29 | cadastra_senha | /login/cadastrasenha/contadorexterno/{hash} | Path does not match |
| 30 | recuperar_senha | /login/recuperarsenha/contadorexterno/{token} | Path does not match |
| 31 | home | / | Path does not match |
| 32 | autenticacao | /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.