Il manquait le module LocalPickup dans mon Git

This commit is contained in:
2021-08-24 15:54:00 +02:00
parent 3ef546c71e
commit 477294b5e8
39 changed files with 1498 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?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="localpickup.configure" path="/admin/module/localpickup/configure" methods="post">
<default key="_controller">LocalPickup\Controller\SetDeliveryPrice::configure</default>
</route>
</routes>