Use localhost API server

master
Skylar Ittner 3 years ago
parent 8fc4879410
commit 358c961f91

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

Loading…
Cancel
Save