We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaa23e commit 1c85975Copy full SHA for 1c85975
utils/Network.tsx
@@ -23,7 +23,7 @@ const network = class NETWORK {
23
constructor(axios: { create: (arg0: { baseURL: string }) => any }) {
24
const baseURL: any =
25
process.env.NODE_ENV === "production"
26
- ? process.env.BASE_URL
+ ? "https://halituzan.vercel.app"
27
: "http://localhost:3000";
28
29
this.network = axios.create({
0 commit comments