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 fcaa23e commit 1c85975
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
? "https://halituzan.vercel.app"
: "http://localhost:3000";

this.network = axios.create({
Expand Down

0 comments on commit 1c85975

Please sign in to comment.