Skip to content

Commit

Permalink
Change server.js to cause rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
1fifoto committed Sep 30, 2023
1 parent 95cd3c5 commit 218f284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ if (process.env.NODE_ENV === 'production' || process.env.NODE_ENV === 'staging')
console.log("SERVER: In USE Redirect PATH=",path.join(__dirname, 'client/build', 'index.html'));
res.redirect(`https://${req.header('host')}${req.url}`);
} else {
console.log("SERVER: In USE next");
// console.log("SERVER: In USE next");
next();
}
})
Expand Down

0 comments on commit 218f284

Please sign in to comment.