Files
aux-bieaux-legumes/local/modules/DigressivePrice/Config/routing.xml
2021-04-08 15:57:38 +02:00

19 lines
907 B
XML

<?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="DigressivePrice.create" path="/admin/module/DigressivePrice/create">
<default key="_controller">DigressivePrice\Controller\DigressivePriceController::createAction</default>
</route>
<route id="DigressivePrice.update" path="/admin/module/DigressivePrice/update">
<default key="_controller">DigressivePrice\Controller\DigressivePriceController::updateAction</default>
</route>
<route id="DigressivePrice.delete" path="/admin/module/DigressivePrice/delete">
<default key="_controller">DigressivePrice\Controller\DigressivePriceController::deleteAction</default>
</route>
</routes>