Init des modules PaiementALivraison et LivraisonParSecteurs
This commit is contained in:
23
local/modules/DeliveryRound/Config/routing.xml
Normal file
23
local/modules/DeliveryRound/Config/routing.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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="deliveryround.config" path="/admin/module/DeliveryRound/config">
|
||||
<default key="_controller">DeliveryRound:DeliveryRound:configure</default>
|
||||
</route>
|
||||
|
||||
<route id="deliveryround.addlocation" path="/admin/module/DeliveryRound/addLocation">
|
||||
<default key="_controller">DeliveryRound:DeliveryRound:addLocation</default>
|
||||
</route>
|
||||
|
||||
<route id="deliveryround.delete" path="/admin/module/DeliveryRound/delete">
|
||||
<default key="_controller">DeliveryRound:DeliveryRound:delete</default>
|
||||
</route>
|
||||
|
||||
<route id="deliveryround.update" path="/admin/module/DeliveryRound/update">
|
||||
<default key="_controller">DeliveryRound:DeliveryRound:update</default>
|
||||
</route>
|
||||
|
||||
</routes>
|
||||
Reference in New Issue
Block a user