From a2cd303561edd4df9247e0c7697a91ccd452b2cf Mon Sep 17 00:00:00 2001 From: "Ozzy (AI Assistant)" Date: Mon, 27 Jul 2026 20:01:41 +0000 Subject: [PATCH] Set proxy URL to tech.greenlee.website --- js/form-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/form-handler.js b/js/form-handler.js index 749c995..d0927e5 100644 --- a/js/form-handler.js +++ b/js/form-handler.js @@ -3,7 +3,7 @@ * POSTs form data to the ERPNext proxy server on the VPS. */ -const PROXY_URL = 'https://tech.greenlee.website:18790'; // Or the actual proxy URL +const PROXY_URL = "https://tech.greenlee.website"; function getApiPath(formId) { switch (formId) {