We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44ab829 + 15e1fe5 commit 024c639Copy full SHA for 024c639
app.js
@@ -1,7 +1,7 @@
1
// set up ======================================================================
2
var express = require('express');
3
var app = express(); // create our app w/ express
4
-var port = process.env.PORT || 9090; // set the port
+var port = process.env.PORT || 9000; // set the port
5
6
var morgan = require('morgan'); // log requests to the console (express4)
7
var bodyParser = require('body-parser'); // pull information from HTML POST (express4)
0 commit comments