Browse Source

maj du routing pour coller avec maj admingeneratorbundle

Sevajol Bastien 12 years ago
parent
commit
3b9ccddf84
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/config/routing.yml

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

48
   resource: "@MuzichCommentBundle/Resources/config/routing.yml"
48
   resource: "@MuzichCommentBundle/Resources/config/routing.yml"
49
   prefix:   /{_locale}/
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
 shtumi_useful:
55
 shtumi_useful:
56
     resource: '@ShtumiUsefulBundle/Resources/config/routing.xml'
56
     resource: '@ShtumiUsefulBundle/Resources/config/routing.xml'