Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JennyLawrance authored Oct 27, 2016
1 parent 46f8c0f commit 9259dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var express = require('express');
var app = express();

app.get('/', function (req, res) {
res.send('Hello World from github 1!');
res.send('Hello World from github 2!');
});

app.listen(process.env.PORT, function () {
Expand Down

0 comments on commit 9259dfa

Please sign in to comment.