Skip to content

Commit d12c7cf

Browse files
committed
Changed port to 8080
1 parent 831af23 commit d12c7cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/www

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var http = require('http');
1212
* Get port from environment and store in Express.
1313
*/
1414

15-
var port = normalizePort(process.env.PORT || '3000');
15+
var port = normalizePort(process.env.PORT || '8080');
1616
app.set('port', port);
1717

1818
/**

routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var router = express.Router();
33

44
/* GET home page. */
55
router.get('/', function(req, res, next) {
6-
res.render('index', { title: 'Express' });
6+
res.render('index', { title: 'BackSpace Academy' });
77
});
88

99
module.exports = router;

0 commit comments

Comments
 (0)