Il manquait quelques fichiers dans Git

This commit is contained in:
2024-01-18 12:02:32 +01:00
parent 485580e0b2
commit 15053f58f2
194 changed files with 63120 additions and 9403 deletions

View File

@@ -0,0 +1,14 @@
<?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="axepta.configure" path="/admin/module/axepta/configure" methods="post">
<default key="_controller">Axepta\Controller\ConfigurationController::configure</default>
</route>
<route id="axepta.notification_url" path="/axepta/notification">
<default key="_controller">Axepta\Controller\NotificationController::notificationAction</default>
</route>
</routes>