]> Raphaƫl G. Git Repositories - treebundle/blobdiff - Resources/config/routes/rapsystree.yaml
Rename Resources/config to config
[treebundle] / Resources / config / routes / rapsystree.yaml
diff --git a/Resources/config/routes/rapsystree.yaml b/Resources/config/routes/rapsystree.yaml
deleted file mode 100644 (file)
index 69e2882..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Routes configuration
-rapsystree:
-    path:
-        en_gb: '/en'
-        fr_fr: '/'
-    controller: Rapsys\TreeBundle\Controller\TreeController::index
-    methods: GET
-
-rapsystree_directory:
-    path:
-        en_gb: '/en/directory/{path<.+>?}'
-        fr_fr: '/chemin/{path<.+>?}'
-    controller: Rapsys\TreeBundle\Controller\TreeController::directory
-    methods: GET
-
-rapsystree_document:
-    path:
-        en_gb: '/en/document/{file<.+>?}'
-        fr_fr: '/document/{file<.+>?}'
-    controller: Rapsys\TreeBundle\Controller\TreeController::document
-    methods: GET