Forgot to change it off debug.

This commit is contained in:
5gi ☑ 2023-12-21 14:32:11 -05:00
parent 1653e2dfae
commit 00e5c29393

2
app.js
View File

@ -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" +