There was an error while loading. Please reload this page.
2 parents 1e294b4 + cecba1b commit ba141e3Copy full SHA for ba141e3
server.js
@@ -35,7 +35,7 @@ app.use(require('./anonymous-routes'));
35
app.use(require('./protected-routes'));
36
app.use(require('./user-routes'));
37
38
-var port = process.env.PORT || 3002;
+var port = process.env.PORT || 3001;
39
40
http.createServer(app).listen(port, function (err) {
41
console.log('listening in http://localhost:' + port);
0 commit comments