From a9a274dea5ca6adde3115475d230bbe56d1d989d Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 5 Jun 2018 21:03:43 +0200 Subject: [PATCH] Added an empty "/" route to default to "content" --- src/Umbraco.Web.UI.Client/src/routes.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/routes.js b/src/Umbraco.Web.UI.Client/src/routes.js index cf6af40d4b..e4b7466155 100644 --- a/src/Umbraco.Web.UI.Client/src/routes.js +++ b/src/Umbraco.Web.UI.Client/src/routes.js @@ -89,6 +89,9 @@ app.config(function ($routeProvider) { } $routeProvider + .when("/", { + redirectTo: '/content' + }) .when('/login', { templateUrl: 'views/common/login.html', //ensure auth is *not* required so it will redirect to /