summaryrefslogtreecommitdiffstats
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rwxr-xr-xapp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 0ee7cf7..edacd2e 100755
--- a/app.js
+++ b/app.js
@@ -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 + ".");