https://24sur7.myagency.mg/

Routing

app.index Matched route

Route Parameters

No parameters.

Route Redirection

This page redirects to:

/login (route: "n/a")

Route Matching Logs

Path to match: /
# Route name Path Log
1 admin.category.list /admin/category/ Path does not match
2 admin.category.add /admin/category/new Path does not match
3 admin.category.edit /admin/category/{id}/edit Path does not match
4 admin.category.delete /admin/category/{id}/delete Path does not match
5 admin.command.list /admin/command/ Path does not match
6 admin.command.view /admin/command/{id} Path does not match
7 admin.command.print /admin/command/{id}/print Path does not match
8 admin.configuration.list /admin/configuration/ Path does not match
9 admin.configuration.add /admin/configuration/new Path does not match
10 admin.configuration.edit /admin/configuration/{id}/edit Path does not match
11 admin.configuration.delete /admin/configuration/{id}/delete Path does not match
12 admin.dashboard /admin/ Path does not match
13 admin.index /admin/ Path does not match
14 admin_order_detail_change_delivered_status /admin/order-detail/{id}/change-delivered-status/{status} Path does not match
15 admin.product.list /admin/product/ Path does not match
16 admin.product.add /admin/product/new Path does not match
17 admin.product.edit /admin/product/{id}/edit Path does not match
18 admin.product.view /admin/product/{id}/view Path does not match
19 admin.product.delete /admin/product/{id}/delete Path does not match
20 admin.store.list /admin/store/ Path does not match
21 admin.store.add /admin/store/new Path does not match
22 admin.store.edit /admin/store/{id}/edit Path does not match
23 admin.store.view /admin/store/{id}/view Path does not match
24 admin.store.delete /admin/store/{id}/delete Path does not match
25 admin.store.location.list /admin/store/location/ Path does not match
26 admin.store.location.add /admin/store/location/add Path does not match
27 admin.store.location.edit /admin/store/location/{id}/edit Path does not match
28 admin.store.location.delete /admin/store/location/{id}/delete Path does not match
29 admin.user.list /admin/user/ Path does not match
30 admin.user.add /admin/user/new Path does not match
31 admin.user.edit /admin/user/{id}/edit Path does not match
32 admin.user.view /admin/user/{id}/view Path does not match
33 admin.user.delete /admin/user/{id}/delete Path does not match
34 asset_url /assets/{path} Path does not match
35 asset_delete_url /assets/delete/{id} Path does not match
36 app.index / Route matches!

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