Skip to content

Commit

Permalink
Update nodeapp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jinishans committed May 27, 2012
1 parent e4955af commit ca556bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeapp.js
@@ -1,5 +1,5 @@
var http = require('http'); var http = require('http');
http.createServer(function (req, res) { http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/html'}); res.writeHead(200, {'Content-Type': 'text/html'});
res.end('Hello from <a href="http://appfog.com">AppFog.com</a>'); res.end('Hello from <a href="http://JiNiom.com">JiNiom.com</a>');
}).listen(process.env.VMC_APP_PORT || 1337, null); }).listen(process.env.VMC_APP_PORT || 1337, null);

0 comments on commit ca556bf

Please sign in to comment.