Routing
(none)
Matched route
Route Matching Logs
Path to match:
/blog-post.html
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | app_export_comidas | /export/comidas | Path does not match |
3 | app_export_ingredientes | /export/ingredientes | Path does not match |
4 | app_export_categorias | /export/categorias | Path does not match |
5 | app_export_categorias_ingrediente | /export/categorias-ingrediente | Path does not match |
6 | app_jovo | /jovo | Path does not match |
7 | app_telegram | /telegram | Path does not match |
8 | app_messenger | /messenger | Path does not match |
9 | api_api | /test | Path does not match |
10 | api_base_index | /api/v1/base/ | Path does not match |
11 | api_base_create | /api/v1/base/ | Path does not match |
12 | api_base_update | /api/v1/base/ | Path does not match |
13 | api_base_delete | /api/v1/base/ | Path does not match |
14 | api_bienvenida | /api/v1/bienvenida/ | Path does not match |
15 | api_comida_index | /api/v1/comida/ | Path does not match |
16 | api_comida_show | /api/v1/comida/{comidaId} | Path does not match |
17 | api_comida_ingredientes | /api/v1/comida/{comidaId}/ingredientes | Path does not match |
18 | api_comida_nutricion | /api/v1/comida/{comidaId}/nutricion | Path does not match |
19 | api_comida_alergenos | /api/v1/comida/{comidaId}/alergenos | Path does not match |
20 | api_consejo | /api/v1/consejo | Path does not match |
21 | api_curiosidad | /api/v1/curiosidad | Path does not match |
22 | index | / | Path does not match |
23 | prueba | /prueba | Path does not match |
24 | lang | /lang | Path does not match |
25 | app_forgot_password_request | /reset-password | Path does not match |
26 | app_check_email | /reset-password/check-email | Path does not match |
27 | app_reset_password | /reset-password/reset/{token} | Path does not match |
28 | app_login | /login | Path does not match |
29 | app_logout | /logout | Path does not match |
30 | _preview_error | /_error/{code}.{_format} | Path does not match |
31 | app.swagger | /api/doc.json | Path does not match |
32 | _wdt | /_wdt/{token} | Path does not match |
33 | _profiler_home | /_profiler/ | Path does not match |
34 | _profiler_search | /_profiler/search | Path does not match |
35 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
36 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
37 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
38 | _profiler_open_file | /_profiler/open | Path does not match |
39 | _profiler | /_profiler/{token} | Path does not match |
40 | _profiler_router | /_profiler/{token}/router | Path does not match |
41 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
42 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
43 | api_login_check | /api/login_check | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.