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 864beef commit f97e40eCopy full SHA for f97e40e
1 file changed
lib/api/api.ts
@@ -2,8 +2,8 @@ import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
2
import Cookies from 'js-cookie';
3
import { useAuthStore } from '@/lib/stores/auth-store';
4
5
-// const API_BASE_URL = 'https://staging-api.boundlessfi.xyz/api';
6
-const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
+const API_BASE_URL = 'https://staging-api.boundlessfi.xyz/api';
+// const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
7
if (!API_BASE_URL) {
8
throw new Error('NEXT_PUBLIC_API_URL environment variable is not defined');
9
}
0 commit comments