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) {