Skip to content

Commit fb8f112

Browse files
Change port to 3002
1 parent e6db6fb commit fb8f112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ app.use(require('./anonymous-routes'));
3535
app.use(require('./protected-routes'));
3636
app.use(require('./user-routes'));
3737

38-
var port = process.env.PORT || 3001;
38+
var port = process.env.PORT || 3002;
3939

4040
http.createServer(app).listen(port, function (err) {
4141
console.log('listening in http://localhost:' + port);

0 commit comments

Comments
 (0)