Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
DomathID authored Jan 15, 2021
1 parent ee9ebb6 commit 175d557
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions alive.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var http = require('http');

http.createServer(function (req, res) {
res.write("Elina Ready Cok!");
res.write("Elina Ready!");
res.end();
}).listen(8080);

0 comments on commit 175d557

Please sign in to comment.