cms/app-client/app/router.js
changeset 456 3a32d2f57429
parent 414 5c6c526a7fc1
--- a/cms/app-client/app/router.js	Fri Dec 02 03:30:51 2016 +0100
+++ b/cms/app-client/app/router.js	Fri Dec 02 09:33:53 2016 +0100
@@ -19,7 +19,7 @@
 
 Router.map(function() {
     this.route('document', { path: '/doc/:doc_id'});
-    this.route('tabs/langues', { path: '/' });
+    this.route('index', { path: '/' });
     this.route('tabs/langues', { path: '/langues' });
     this.route('tabs/carto', { path: '/cartographie' });
     this.route('tabs/thematiques', { path: '/thematiques' });