Il manquait quelques fichiers dans Git
This commit is contained in:
14
local/modules/Axepta/Config/routing.xml
Executable file
14
local/modules/Axepta/Config/routing.xml
Executable 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>
|
||||
Reference in New Issue
Block a user