remove temp global-methods
This commit is contained in:
parent
8b25907bd9
commit
5b9888c600
1 changed files with 0 additions and 4 deletions
|
|
@ -7,10 +7,6 @@ export default {
|
|||
return new Promise((resolve, reject) => {
|
||||
var apiGatewayUrl = applicationConfig.CONSUMER_APIGATEWAY_URL;
|
||||
|
||||
if(endpoint.includes("order")){
|
||||
apiGatewayUrl = 'https://localhost:44346';
|
||||
}
|
||||
|
||||
const payloadAndAnalyticsData = Object.assign({}, payload, {
|
||||
AppName: "FixMyGlass",
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue