Routing
api_partial_medicos
Matched route
Route Parameters
| Name | Value |
|---|---|
| data | "15-436" |
Route Matching Logs
Path to match:
/api/medico/15-436
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_sucursales | /api/sucursal | Path does not match |
| 2 | api_partial_especialidades | /api/sucursal/{sucursalId}/especialidades | Path does not match |
| 3 | api_partial_medicos | /api/medico/{data} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.