Remove local testing
This commit is contained in:
parent
555223d7cd
commit
709b8cdc90
1 changed files with 1 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue