Skip to content

Commit fc352fe

Browse files
committed
hehe mb
1 parent c5e8f2f commit fc352fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/apis/axiosInstance.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import axios from 'axios';
22

3-
// export const API_BASE_URL = "https://flowboard-backend.azurewebsites.net/";
3+
export const API_BASE_URL = "https://flowboard-backend.azurewebsites.net/";
44
// export const API_BASE_URL = "https://animated-space-fiesta-w6wpx564wqxh5vwj-5158.app.github.dev//";
5-
export const API_BASE_URL = "http://localhost:5158/";
5+
// export const API_BASE_URL = "http://localhost:5158/";
66

77
const axiosInstance = axios.create({
88
baseURL: API_BASE_URL,

0 commit comments

Comments
 (0)