Sfoglia il codice sorgente

maj du routing pour coller avec maj admingeneratorbundle

Sevajol Bastien 12 anni fa
parent
commit
3b9ccddf84
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      app/config/routing.yml

+ 3 - 3
app/config/routing.yml Vedi File

@@ -48,9 +48,9 @@ MuzichCommentBundle:
48 48
   resource: "@MuzichCommentBundle/Resources/config/routing.yml"
49 49
   prefix:   /{_locale}/
50 50
   
51
-AdmingeneratorGeneratorBundle_Dashboard:
52
-    resource: "@AdmingeneratorGeneratorBundle/Resources/config/routing.yml"
53
-    prefix:   /
51
+AdmingeneratorDashboard_welcome:
52
+    pattern: /admin/dashboard
53
+    defaults: { _controller: AdmingeneratorGeneratorBundle:Dashboard:welcome }
54 54
 
55 55
 shtumi_useful:
56 56
     resource: '@ShtumiUsefulBundle/Resources/config/routing.xml'