Routing
public_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_actualizarNumeraciones | /admin/actualizarNumeraciones | Path does not match |
| 3 | admin_whatsappEstado | /admin/whatsapp/estado | Path does not match |
| 4 | admin_buscadorNumeros | /admin/buscadorNumeros | Path does not match |
| 5 | admin_buscadorSedes | /admin/buscadorSedes | Path does not match |
| 6 | admin_descargarCSVNumerosSede | /admin/descargarCSVNumerosSede/{idSede} | Path does not match |
| 7 | apiNetelip_check_telefono | /api/netelip/check/telefono/ | Path does not match |
| 8 | apiNetelip_registrar_telefono | /api/netelip/registrar/telefono/ | Path does not match |
| 9 | apiNetelip_consultar_numeracion | /api/apiNetelip/consultar/numeracion/ | Path does not match |
| 10 | apiNetelip_consultar_stock | /api/netelip/consultar/stock/ | Path does not match |
| 11 | apiNetelip_numeracion_reservar | /api/netelip/numeracion/reservar/ | Path does not match |
| 12 | apiNetelip_consultar_lopd | /api/netelip/consultar/lopd/ | Path does not match |
| 13 | apiv1_numeracion_telefono_registro | /api/v1/numeracion/telefono/registro/ | Path does not match |
| 14 | apiv1_numeracion_consulta_registro | /api/v1/numeracion/consulta/registro/ | Path does not match |
| 15 | apiv1_numeracion_stock_registro | /api/v1/numeracion/stock/registro/ | Path does not match |
| 16 | apiv1_numeracion_stock_reserva | /api/v1/numeracion/stock/reserva/ | Path does not match |
| 17 | apiv1_numeracion_lopd | /api/v1/numeracion/lopd/ | Path does not match |
| 18 | gestion_centralita_netelip | /gestion/centralita/netelip/ | Path does not match |
| 19 | public_home | / | Path does not match |
| 20 | public_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.