Skip to content

Commit

Permalink
쿠키 에러 해결!
Browse files Browse the repository at this point in the history
  • Loading branch information
jiunkoo committed Mar 17, 2020
1 parent 1b1c608 commit 890a015
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ if (cluster.isMaster) {
cookie: {
httpOnly: true,
secure: false,
domain: prod && '.remindfeedback.com',
maxAge: 600000,
domain: '.remindfeedback.com',
},
}));
// app.use(express.static(path.join(__dirname, 'public')));
Expand Down

0 comments on commit 890a015

Please sign in to comment.