Routing
index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | load_files | /load | Path does not match |
2 | attach_file | /attach | Path does not match |
3 | unattach_file | /unattach | Path does not match |
4 | add_update_contact | /add-update-contact | Path does not match |
5 | showMes | /show-mes | Path does not match |
6 | get_codigo_postal | /codigo-postal | Path does not match |
7 | get_contactos_cliente | /get-contactos-cliente | Path does not match |
8 | crear_pdf | /crear-pdf | Path does not match |
9 | cualificar | /cualificar | Path does not match |
10 | download | /download | Path does not match |
11 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.