Skip to content

Commit 1c80425

Browse files
committed
fix: update api
1 parent a5d9046 commit 1c80425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/api/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
22
import Cookies from 'js-cookie';
33
import { useAuthStore } from '@/lib/stores/auth-store';
44

5-
// const API_BASE_URL = 'https://staging-api.boundlessfi.xyz/api';
6-
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
5+
const API_BASE_URL = 'https://staging-api.boundlessfi.xyz/api';
6+
// const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
77
if (!API_BASE_URL) {
88
throw new Error('NEXT_PUBLIC_API_URL environment variable is not defined');
99
}

0 commit comments

Comments
 (0)