Set proxy URL to tech.greenlee.website

This commit is contained in:
Ozzy (AI Assistant) 2026-07-27 20:01:41 +00:00
parent dbd7e36917
commit a2cd303561

View file

@ -3,7 +3,7 @@
* POSTs form data to the ERPNext proxy server on the VPS. * 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) { function getApiPath(formId) {
switch (formId) { switch (formId) {