From 003a3732bc5548dfcc7b04c23c3a08d748b374e1 Mon Sep 17 00:00:00 2001 From: gildas Date: Thu, 6 Apr 2017 11:19:54 +0200 Subject: [PATCH] fix tests --- src/api/controller/front/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/controller/front/index.js b/src/api/controller/front/index.js index 3563f1710..06cbc66d8 100644 --- a/src/api/controller/front/index.js +++ b/src/api/controller/front/index.js @@ -13,6 +13,7 @@ app.use(async (ctx, next) => { if (uri.startsWith('/uid:/') || uri.startsWith('/ark:/') + || uri.startsWith('/login') || uri.startsWith('/home')) { // Override the path so that webpack serves the application correctly ctx.path = '/';