Ajout du module OrderStatusNotify
This commit is contained in:
15
local/modules/OrderStatusNotify/Config/routing.xml
Normal file
15
local/modules/OrderStatusNotify/Config/routing.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<routes xmlns="http://symfony.com/schema/routing"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
|
||||
|
||||
<route id="orderstatusnotify.back" path="/admin/module/orderstatusnotify">
|
||||
<default key="_controller">OrderStatusNotify\Controller\Back\OrderStatusController::showStatus</default>
|
||||
</route>
|
||||
|
||||
<route id="orderstatusnotify.toggle-online" path="/admin/module/orderstatusnotify/toggle-online">
|
||||
<default key="_controller">OrderStatusNotify\Controller\Back\OrderStatusController::setToggleVisibilityAction</default>
|
||||
</route>
|
||||
|
||||
</routes>
|
||||
Reference in New Issue
Block a user