Skip to content

Commit 9ede502

Browse files
committed
rollback unnecessary reformatting
1 parent c6a607d commit 9ede502

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/app.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ mongoose.connect(
3636

3737
const sessionSecret = process.env.SESSION_SECRET;
3838

39-
const URL_MAP = { '/login': '/public/login', '/my-books': '/customer/my-books' };
39+
const URL_MAP = {
40+
'/login': '/public/login',
41+
'/my-books': '/customer/my-books',
42+
};
4043

4144
const app = next({ dev });
4245
const handle = app.getRequestHandler();

0 commit comments

Comments
 (0)