Inital commit
This commit is contained in:
14
local/modules/MonthlyStats/Config/routing.xml
Normal file
14
local/modules/MonthlyStats/Config/routing.xml
Normal 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="monthlystats.ca-par-rubrique" path="/admin/ca-par-rubrique">
|
||||
<default key="_controller">MonthlyStats\Controller\AdminCaController::caParRubrique</default>
|
||||
</route>
|
||||
|
||||
<route id="monthlystats.ca-mensuel" path="/admin/ca-mensuel">
|
||||
<default key="_controller">MonthlyStats\Controller\AdminCaController::caMensuel</default>
|
||||
</route>
|
||||
</routes>
|
||||
Reference in New Issue
Block a user