diff --git a/app.js b/app.js deleted file mode 100644 index e245523..0000000 --- a/app.js +++ /dev/null @@ -1,5 +0,0 @@ -var http = require('http'); -http.createServer(function (req, res) { - res.writeHead(200, {'Content-Type': 'text/html'}); - res.end('Hello from AppFog.com'); -}).listen(process.env.VMC_APP_PORT || 1337, null);