Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
halituzan committed Nov 6, 2024
1 parent 42d222c commit 4a80520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const network = class NETWORK {
constructor(axios: { create: (arg0: { baseURL: string }) => any }) {
const baseURL: any =
process.env.NODE_ENV === "production"
? process.env.BASE_URL_PROD
? process.env.BASE_URL
: process.env.BASE_URL_DEV;

this.network = axios.create({
Expand Down

0 comments on commit 4a80520

Please sign in to comment.