Skip to content

Commit

Permalink
oosp
Browse files Browse the repository at this point in the history
  • Loading branch information
rugglcon committed Aug 29, 2019
1 parent 6a27252 commit 1eb2e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/user.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const userRoutes = (passport: PassportStatic,

if (!user) {
logger.warn('null user');
return res.redirect('/api/user/login');
return res.redirect('/user/login');
}

console.log('user', user);
Expand Down

0 comments on commit 1eb2e30

Please sign in to comment.