diff options
Diffstat (limited to 'app.js')
-rwxr-xr-x | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ app.use('/', express.static( path.join(__dirname, 'client/public') )); -app.get('*', (req, res) => res.redirect('/')); +// app.get('*', (req, res) => res.redirect('/')); app.listen(port, () => { console.log("Server is up on port " + port + "."); |