Routing
sign_up
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/signup
# | Route name | Path | Log |
---|---|---|---|
1 | ajax_upload_files | /ajax/upload/files | Path does not match |
2 | azienda_home | /azienda | Path does not match |
3 | azienda_edit | /azienda/edit/{id} | Path does not match |
4 | azienda_delete | /azienda/delete/{id} | Path does not match |
5 | home | / | Path does not match |
6 | importa_zone | /importa/zone | Path does not match |
7 | domanda_home | /domanda | Path does not match |
8 | domanda_edit | /domanda/edit/{id}/{step} | Path does not match |
9 | domanda_view | /domanda/view/{id}/{pdf} | Path does not match |
10 | domanda_generate_zip | /domanda/generate/zip/{id} | Path does not match |
11 | domanda_generate_pdf | /domanda/generate/pdf/{id} | Path does not match |
12 | domanda_delete | /domanda/delete/{id} | Path does not match |
13 | sign_up | /signup | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.