Skip to content

Commit 024c639

Browse files
author
grunzwei-fresh
committed
merge port fix to master
2 parents 44ab829 + 15e1fe5 commit 024c639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// set up ======================================================================
22
var express = require('express');
33
var app = express(); // create our app w/ express
4-
var port = process.env.PORT || 9090; // set the port
4+
var port = process.env.PORT || 9000; // set the port
55

66
var morgan = require('morgan'); // log requests to the console (express4)
77
var bodyParser = require('body-parser'); // pull information from HTML POST (express4)

0 commit comments

Comments
 (0)