Routing
app_backend_dashboard
Matched route
Route Parameters
| Name | Value |
|---|---|
| template | "backend/index.html.twig" |
Route Redirection
This page redirects to:
http://preprod.pellipop.com/admin/login
Route Matching Logs
Path to match:
/admin/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login_check | /api/authentication_token | Path does not match |
| 2 | api_refresh_token | /api/token/refresh | Path does not match |
| 3 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 7 | _api_/addresses{._format}_post | /api/addresses.{_format} | Path does not match |
| 8 | _api_/addresses/{id}{._format}_put | /api/addresses/{id}.{_format} | Path does not match |
| 9 | _api_/addresses/{id}{._format}_delete | /api/addresses/{id}.{_format} | Path does not match |
| 10 | _api_/addresses{._format}_get_collection | /api/addresses.{_format} | Path does not match |
| 11 | _api_/addresses/{id}{._format}_get | /api/addresses/{id}.{_format} | Path does not match |
| 12 | _api_/countries{._format}_get_collection | /api/countries.{_format} | Path does not match |
| 13 | _api_/countries/{id}{._format}_get | /api/countries/{id}.{_format} | Path does not match |
| 14 | _api_/credit_packs/{id}{._format}_get | /api/credit_packs/{id}.{_format} | Path does not match |
| 15 | _api_/credit_packs{._format}_get_collection | /api/credit_packs.{_format} | Path does not match |
| 16 | _api_/credit_packs/{id}/apply-coupon_post | /api/credit_packs/{id}/apply-coupon | Path does not match |
| 17 | _api_/customers{._format}_post | /api/customers.{_format} | Path does not match |
| 18 | _api_/request_password_post | /api/request_password | Path does not match |
| 19 | _api_/reset_password/{token}_patch | /api/reset_password/{token} | Path does not match |
| 20 | _api_/customers/{id}{._format}_get | /api/customers/{id}.{_format} | Path does not match |
| 21 | _api_/customers/{id}{._format}_put | /api/customers/{id}.{_format} | Path does not match |
| 22 | _api_customers/{id}/password_patch | /api/customers/{id}/password | Path does not match |
| 23 | _api_customers/{id}/disable_patch | /api/customers/{id}/disable | Path does not match |
| 24 | _api_/devices/{token}{._format}_delete | /api/devices/{token}.{_format} | Path does not match |
| 25 | _api_/devices/register_post | /api/devices/register | Path does not match |
| 26 | _api_/devices/{token}{._format}_get | /api/devices/{token}.{_format} | Path does not match |
| 27 | _api_/orders{._format}_post | /api/orders.{_format} | Path does not match |
| 28 | _api_/orders{._format}_get_collection | /api/orders.{_format} | Path does not match |
| 29 | _api_/orders/price_post | /api/orders/price | Path does not match |
| 30 | _api_/orders/{id}{._format}_get | /api/orders/{id}.{_format} | Path does not match |
| 31 | _api_/order_item_photos/{id}{._format}_get | /api/order_item_photos/{id}.{_format} | Path does not match |
| 32 | _api_/orders/{id}/photos_post | /api/orders/{id}/photos | Path does not match |
| 33 | _api_/orders/{id}/photos/{tag}_post | /api/orders/{id}/photos/{tag} | Path does not match |
| 34 | _api_/payments/{id}{._format}_get | /api/payments/{id}.{_format} | Path does not match |
| 35 | _api_/payments{._format}_post | /api/payments.{_format} | Path does not match |
| 36 | _api_/payments/direct-intent_post | /api/payments/direct-intent | Path does not match |
| 37 | _api_/photo-upload-errors/report_post | /api/photo-upload-errors/report | Path does not match |
| 38 | _api_/photo_upload_error_reports/{id}{._format}_get | /api/photo_upload_error_reports/{id}.{_format} | Path does not match |
| 39 | _api_/promotion_codes/{code}{._format}_get | /api/promotion_codes/{code}.{_format} | Path does not match |
| 40 | _api_/promotion_codes/{code}/add-credits_put | /api/promotion_codes/{code}/add-credits | Path does not match |
| 41 | app_backend_dashboard | /admin/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.