From 358c961f91223ebece4c74b313094073ef7f1d1a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 19 Oct 2021 17:31:38 -0600 Subject: [PATCH] Use localhost API server --- www/settings.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/www/settings.js b/www/settings.js index 24227aa..979f536 100644 --- a/www/settings.js +++ b/www/settings.js @@ -6,17 +6,17 @@ var SETTINGS = { apis: { - track: "https://helena.express/apis/track/", - rates: "https://helena.express/apis/rates/", - pickuprequest: "https://helena.express/pspickup.php", - dropandsendlocations: "https://helena.express/apis/dropandsend/locations/", - dropandsendpickup: "https://helena.express/apis/dropandsend/requestpickup/", - getaccountinfo: "https://helena.express/apis/account/getinfo/", - authorstartverify: "https://helena.express/apis/account/authorstartverify/", - verifyauthcode: "https://helena.express/apis/account/verifyauthcode/", - accountregister: "https://helena.express/apis/account/register/", - redirecttopaymentsetup: "https://helena.express/apis/account/redirecttopaymentsetup/", - finishpaymentsetup: "https://helena.express/apis/account/finishpaymentsetup/", + track: "http://localhost/helena.express/apis/track/", + rates: "http://localhost/helena.express/apis/rates/", + requestpickup: "http://localhost/helena.express/apis/requestpickup/", + dropandsendlocations: "http://localhost/helena.express/apis/dropandsend/locations/", + dropandsendpickup: "http://localhost/helena.express/apis/dropandsend/requestpickup/", + getaccountinfo: "http://localhost/helena.express/apis/account/getinfo/", + authorstartverify: "http://localhost/helena.express/apis/account/authorstartverify/", + verifyauthcode: "http://localhost/helena.express/apis/account/verifyauthcode/", + accountregister: "http://localhost/helena.express/apis/account/register/", + redirecttopaymentsetup: "http://localhost/helena.express/apis/account/redirecttopaymentsetup/", + finishpaymentsetup: "http://localhost/helena.express/apis/account/finishpaymentsetup/", }, stripe_pubkey: "pk_test_51J6qFXCa1Fboir5UzPO3LCiMsVNiFP2lq4wR0dEcjJJVzAaJ3uRggDekZPB3qeYpMD3ayIYHKyD5sSn0IFLlEXMW001LqrvGSH", appointmenturl: "https://appointments.netsyms.com/index.php?hlnexp=1&embed=1&only=1&theme=darkly",