diff --git a/app.js b/app.js deleted file mode 100644 index a4c0c18..0000000 --- a/app.js +++ /dev/null @@ -1,6 +0,0 @@ -var http = require("http"); -http.createServer(function(request, response) { - response.writeHead(200, {"Content-Type": "text/plain"}); - response.write("Hello World"); - response.end(); -}).listen(8888); diff --git a/authorization_code/public/index.html b/authorization_code/public/index.html index 09cc7f3..7523ca2 100644 --- a/authorization_code/public/index.html +++ b/authorization_code/public/index.html @@ -39,12 +39,13 @@