Remove local testing

This commit is contained in:
scottkiener-at-safelite 2026-02-12 15:34:57 -05:00
parent 555223d7cd
commit 709b8cdc90

View file

@ -54,10 +54,7 @@ export default {
callHttpClient({ method, endpoint, payload, logApiCall = true }) {
return new Promise((resolve, reject) => {
const store = useMainStore();
let cfDistroUrl = applicationConfig.CONSUMER_CF_DISTRO;
if (endpoint.includes ("/location")) {
cfDistroUrl = "https://localhost:44370";
}
const cfDistroUrl = applicationConfig.CONSUMER_CF_DISTRO;
const payloadAndAnalyticsData = { ...payload, AppName: 'ISS' };
const sessionKey = getSessionKeyValue();
const headers = {