summaryrefslogtreecommitdiffstats
path: root/Services/nodejs/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'Services/nodejs/app.js')
-rw-r--r--Services/nodejs/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/nodejs/app.js b/Services/nodejs/app.js
index ea1bcca..baf8d32 100644
--- a/Services/nodejs/app.js
+++ b/Services/nodejs/app.js
@@ -4,5 +4,5 @@ var server = http.createServer(function (request, response) {
response.writeHead(200, {"Content-Type": "text/plain"});
response.end("Hello World\n");
});
-server.listen(8000);
+server.listen(8080);
console.log("Server is running"); \ No newline at end of file