From 4628199d233e69330bfadf5a265763f3d97e7908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robot=C2=B016=2016?= <71988762+blak11@users.noreply.github.com> Date: Sun, 13 Jun 2021 04:55:48 +0300 Subject: [PATCH] Update uptime.js --- uptime.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uptime.js b/uptime.js index 9620447..9143924 100644 --- a/uptime.js +++ b/uptime.js @@ -2,6 +2,7 @@ let express = require("express"), http = require('http'), app = express(); + app.use(express.static("public")); app.get("/", function(request, response) { response.sendStatus(200); @@ -15,4 +16,4 @@ setInterval(() => { http.get(`http://${process.env.PROJECT_DOMAIN}.glitch.me/`); }, 280000) -// dm 01tro for help also download the express module and http just do npm i express and npm i http \ No newline at end of file +// dm 01tro for help also download the express module and http just do npm i express and npm i http