From 175d557a74bb0903068a88f10176cfd11e2315a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=90=E3=83=B3=E3=82=B0=20=E3=83=89=E3=83=9E=E3=82=B9?= Date: Sat, 16 Jan 2021 02:01:45 +0700 Subject: [PATCH] * --- alive.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alive.js b/alive.js index e9a1302..168a45b 100644 --- a/alive.js +++ b/alive.js @@ -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);