diff --git a/@salix/app/src/configroutes.js b/@salix/app/src/configroutes.js index 9acf3276c..5ef97c6dc 100644 --- a/@salix/app/src/configroutes.js +++ b/@salix/app/src/configroutes.js @@ -17,7 +17,7 @@ function config($stateProvider, $urlRouterProvider) { core.splitingRegister.registerGraph(deps); - $urlRouterProvider.otherwise('/client'); + $urlRouterProvider.otherwise('/clients'); for (var file in routes) routes[file].forEach(function (route) { diff --git a/@salix/core/src/check/check.mt.html b/@salix/core/src/check/check.mt.html index 671daf162..66d11f0f1 100644 --- a/@salix/core/src/check/check.mt.html +++ b/@salix/core/src/check/check.mt.html @@ -1,4 +1,4 @@ -