From 7f7650117fcc635bbefb43967fb2d94d33a309f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?To=C3=A0n=20Nguy=E1=BB=85n?= Date: Thu, 20 Mar 2014 17:14:57 +0700 Subject: [PATCH] Delete app.js --- app.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app.js 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);