From 00e5c293935f20cb1cbeca995add4d2eba3ef2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?5gi=20=E2=98=91?= <5gi.exist@gmail.com> Date: Thu, 21 Dec 2023 14:32:11 -0500 Subject: [PATCH] Forgot to change it off debug. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 792af14..d8737a1 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ document.getElementById("submit").addEventListener("click", generateQuickCmd, false); -const debug = true; // DISABLE FOR PRODUCTION +const debug = false; // DISABLE FOR PRODUCTION const baseURL = debug ? "http://localhost:8081/ngx" : "https://dev.nevets.tech/ngx"; const service = "[Unit]\n" +