Skip to content

Commit

Permalink
fon
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Kendall committed Aug 1, 2014
1 parent 307f3d1 commit 4a73be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello, Josh\n');
res.end('Hello, FON\n');
}).listen(80);
console.log('Server running at http://127.0.0.1:80/');

0 comments on commit 4a73be9

Please sign in to comment.