Merge pull request #1190 from gesa/home-redirect
Redirect all home traffic to home-3
This commit is contained in:
Коммит
cbe9457589
|
@ -98,7 +98,7 @@ angular.module('webmakerApp', ['ngRoute', 'ui.bootstrap', 'webmakerApp.services'
|
|||
title: 'Terms of Use'
|
||||
})
|
||||
.when('/:locale', {
|
||||
templateUrl: '/views/home.html',
|
||||
templateUrl: '/views/home-3.html',
|
||||
controller: 'homeController',
|
||||
title: 'Webmaker'
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче