Routing
loginlink
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/loginlink
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_account | /account | Path does not match |
| 2 | app_profile | /profile | Path does not match |
| 3 | app_solicitud | /solicitud/{id} | Path does not match |
| 4 | app_password | /password | Path does not match |
| 5 | app_historial | /historial | Path does not match |
| 6 | admin | /admin | Path does not match |
| 7 | admin_mailing | /mailingadmin | Path does not match |
| 8 | admin2 | /admin/promo | Path does not match |
| 9 | admin_user | /adminuser | Path does not match |
| 10 | app_cart | /cart | Path does not match |
| 11 | app_checkout | /cart/checkout | Path does not match |
| 12 | app_emailer | /emailer | Path does not match |
| 13 | app_emailer_mailings | /emailer/mailings/{val} | Path does not match |
| 14 | app_home | / | Path does not match |
| 15 | app_homepromoclear | /promo/clear | Path does not match |
| 16 | app_homepromo | /promo/{promo_code} | Path does not match |
| 17 | app_membresias | /membresias/{tipo} | Path does not match |
| 18 | app_programa | /programa/{slug} | Path does not match |
| 19 | app_proveedor | /proveedor/{slug} | Path does not match |
| 20 | app_solicitar | /solicitar/{slug} | Path does not match |
| 21 | app_solicitar_socio | /solicitarSocio/{slug} | Path does not match |
| 22 | app_terminos | /terminos | Path does not match |
| 23 | app_contacto | /contacto | Path does not match |
| 24 | app_privacidad | /privacidad | Path does not match |
| 25 | app_forgot | /forgot | Path does not match |
| 26 | app_forgotemail | /forgot2 | Path does not match |
| 27 | app_forgot3 | /forgot3 | Path does not match |
| 28 | app_resetcode | /reset_code/{num} | Path does not match |
| 29 | app_success | /success | Path does not match |
| 30 | app_pdf | /pdf/{slug} | Path does not match |
| 31 | app_listener | /listener | Path does not match |
| 32 | app_local_ops | /local/ops | Path does not match |
| 33 | app_mailing | /mailing | Path does not match |
| 34 | app_mailing_uploadall | /mailing/uploadall | Path does not match |
| 35 | app_mailing_sendgridjob | /mailing/sendgridjob/{job} | Path does not match |
| 36 | app_mailing_sendmail | /mailing/sendmail | Path does not match |
| 37 | app_mailing_updateid | /mailing/updateid | Path does not match |
| 38 | app_mailing_exportcontacts | /mailing/exportcontacts | Path does not match |
| 39 | app_mailing_fetchallcontacts | /mailing/fetchallcontacts | Path does not match |
| 40 | app_success_admin | /successadmin | Path does not match |
| 41 | app_login | /login | Path does not match |
| 42 | app_logout | /logout | Path does not match |
| 43 | login_check | /login_check | Path does not match |
| 44 | loginlink | /loginlink | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.