Skip to content

Commit 1c85975

Browse files
committed
updates
1 parent fcaa23e commit 1c85975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/Network.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const network = class NETWORK {
2323
constructor(axios: { create: (arg0: { baseURL: string }) => any }) {
2424
const baseURL: any =
2525
process.env.NODE_ENV === "production"
26-
? process.env.BASE_URL
26+
? "https://halituzan.vercel.app"
2727
: "http://localhost:3000";
2828

2929
this.network = axios.create({

0 commit comments

Comments
 (0)