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 }) {
|
callHttpClient({ method, endpoint, payload, logApiCall = true }) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const store = useMainStore();
|
const store = useMainStore();
|
||||||
let cfDistroUrl = applicationConfig.CONSUMER_CF_DISTRO;
|
const cfDistroUrl = applicationConfig.CONSUMER_CF_DISTRO;
|
||||||
if (endpoint.includes ("/location")) {
|
|
||||||
cfDistroUrl = "https://localhost:44370";
|
|
||||||
}
|
|
||||||
const payloadAndAnalyticsData = { ...payload, AppName: 'ISS' };
|
const payloadAndAnalyticsData = { ...payload, AppName: 'ISS' };
|
||||||
const sessionKey = getSessionKeyValue();
|
const sessionKey = getSessionKeyValue();
|
||||||
const headers = {
|
const headers = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue