Routing
app_reset
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reset
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | ajaxNewArticulo | /newArticulo | Path does not match |
| 14 | pruebaCorreo | /pruebaCorreo | Path does not match |
| 15 | calcComposicion | /calcComposicion | Path does not match |
| 16 | proveedorTela | /proveedorTela | Path does not match |
| 17 | tarifasModelo | /tarifas/{id} | Path does not match |
| 18 | tarifas2Modelo | /tarifas2/{id} | Path does not match |
| 19 | seriesTarifas | /series/{id} | Path does not match |
| 20 | opcionesModelo | /opciones/{id} | Path does not match |
| 21 | telas | /telas | Path does not match |
| 22 | dibujo | /dibujo/{id} | Path does not match |
| 23 | recargar | /recargar | Path does not match |
| 24 | refCliente | /refcliente | Path does not match |
| 25 | articulosTipo | /articulos/{id} | Path does not match |
| 26 | getProveedorPedido | /proveedorped/{id} | Path does not match |
| 27 | backup | /pedidos-copia | Path does not match |
| 28 | conversations.newConversations | /conversations | Path does not match |
| 29 | conversations.getConversations | /conversations | Path does not match |
| 30 | conversations.getUsers | /conversations/users | Path does not match |
| 31 | conversations.getUpdates | /conversations/updates | Path does not match |
| 32 | messages.getMessages | /messages/{id} | Path does not match |
| 33 | messages.getMessagesId | /messages/{id}/{pos} | Path does not match |
| 34 | messages.newMessageCurrent | /messages/{conversation} | Path does not match |
| 35 | getCliente | /cliente/{id} | Path does not match |
| 36 | getClientePedido | /clienteped/{id} | Path does not match |
| 37 | getAlbaran | /albaran/{id} | Path does not match |
| 38 | saveAlbaran | /albaran | Path does not match |
| 39 | app_pruebas | /pruebas | Path does not match |
| 40 | app_pruebas_test | /pruebas/test | Path does not match |
| 41 | app_pruebas_run_update | /pruebas/runUpdate | Path does not match |
| 42 | app_loginold | /loginold | Path does not match |
| 43 | app_login | /login | Path does not match |
| 44 | app_logout | /logout | Path does not match |
| 45 | app_reset | /reset | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.