Skip to content

Commit

Permalink
hotfix: updated pro api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
siradji committed Aug 28, 2024
1 parent b56133b commit ddac26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile-app/api/_request.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {ApiRoute, APIService, NetworkMapper, PlaygroundServicePort} from "@api/network.mapper";
import {ApiRoute, APIService} from "@api/network.mapper";
import axios, { Method} from 'axios'
import {persistence} from "@api/persistence";
import { showToastStandard } from "@components/commons/Toast";
import {cookieParser} from "../../utils/cookieParser";
export function getUrl (gateway: APIService = "VENDOR_GATEWAY"): string {
return `${process.env.EXPO_PUBLIC_API_URL}/${ApiRoute[gateway]}/v1`
return `https://prod-api.trynanaapp.com/${ApiRoute[gateway]}/v1`
}

const config = {
Expand Down

0 comments on commit ddac26b

Please sign in to comment.