Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Apr 6, 2017
1 parent 3d0f095 commit 003a373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/controller/front/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '/';
Expand Down

0 comments on commit 003a373

Please sign in to comment.