aboutsummaryrefslogtreecommitdiffstats
path: root/moon_gui/static/app/moon.module.js
diff options
context:
space:
mode:
authorGourdin Jonathan <jonathan.gourdin@orange.com>2018-01-12 11:35:19 +0100
committerGourdin Jonathan <jonathan.gourdin@orange.com>2018-01-12 15:22:42 +0100
commit414a03af7951dc69703d57e43f3f91d2aca0a005 (patch)
tree7a73011be99f4555d232f293e6bf9f2346b6739d /moon_gui/static/app/moon.module.js
parent5d325dfc5d666b345b6555ea9dc4ab3af853be67 (diff)
Fix GUI
Change-Id: I909038e8d00c97b9e19c97b13836407649b5dc96
Diffstat (limited to 'moon_gui/static/app/moon.module.js')
-rwxr-xr-xmoon_gui/static/app/moon.module.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/moon_gui/static/app/moon.module.js b/moon_gui/static/app/moon.module.js
index a653f8f3..cc374f24 100755
--- a/moon_gui/static/app/moon.module.js
+++ b/moon_gui/static/app/moon.module.js
@@ -68,8 +68,8 @@
* routes
*/
- $urlRouterProvider.when('', '/project');
- $urlRouterProvider.when('/', '/project');
+ $urlRouterProvider.when('', '/model');
+ $urlRouterProvider.when('/', '/model');
$urlRouterProvider.otherwise('/404');
configureDefaultRoutes($stateProvider);