From a53beb587fe00d3bee1e817caae53c9f83f30341 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 16:25:34 -0500 Subject: [PATCH] Wrong Production URL --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d8737a1..39f8da3 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ document.getElementById("submit").addEventListener("click", generateQuickCmd, false); const debug = false; // DISABLE FOR PRODUCTION -const baseURL = debug ? "http://localhost:8081/ngx" : "https://dev.nevets.tech/ngx"; +const baseURL = debug ? "http://localhost:8081/ngx" : "https://api.nevets.tech/ngx"; const service = "[Unit]\n" + "Description=The NGINX HTTP and reverse proxy server\n" +