Skip to content

Commit f1ed13b

Browse files
committed
.
1 parent b760f59 commit f1ed13b

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,7 +1,7 @@
11
import axios from 'axios';
22

3-
// export const API_BASE_URL = "https://flowboard-backend.azurewebsites.net/";
4-
export const API_BASE_URL = "http://localhost:5158/";
3+
export const API_BASE_URL = "https://flowboard-backend.azurewebsites.net/";
4+
// export const API_BASE_URL = "http://localhost:5158/";
55

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

0 commit comments

Comments
 (0)