Routing

app_admin_api_logger_index Matched route

Route Parameters

Name Value
_sylius
[
  "grid" => "app_admin_api_logger"
  "section" => "admin"
  "template" => "@SyliusAdmin\Crud/index.html.twig"
  "permission" => false
  "vars" => [
    "subheader" => "app.ui.manage_your_api_logs"
    "icon" => "exchange"
  ]
]

Route Redirection

This page redirects to:

https://webstore-rec.seriderm.com/admin/login

Route Matching Logs

Path to match: /admin/api-logs/
# Route name Path Log
1 app_api_admin_upsert_customer /api/v2/admin/customers Path does not match
2 app_api_admin_update_product_stock /api/v2/admin/products/stock Path does not match
3 app_api_admin_update_order_invoice /api/v2/admin/orders/invoice Path does not match
4 app_api_admin_get_orders /api/v2/admin/orders Path does not match
5 app_admin_api_logger_index /admin/api-logs/ Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.