LivraisonParSecteurs : On avance sur la partie front...

This commit is contained in:
2021-02-17 20:31:11 +01:00
parent c3af0a66ba
commit 37220bfef9
41 changed files with 2522 additions and 25 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="wiretransfer.configure" path="/admin/wiretransfer/configure" methods="post">
<default key="_controller">WireTransfer\Controller\ConfigureController::configure</default>
</route>
</routes>