Skip to content

Commit

Permalink
bakcend baseurl change
Browse files Browse the repository at this point in the history
  • Loading branch information
m1u1s1 committed Nov 25, 2024
1 parent f937bad commit 2a6a2d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/instance/apiInstance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import axios from "axios";

const baseURL = import.meta.env.VITE_API_URL
// const baseURL = import.meta.env.VITE_API_URL

const baseURL = "http://165.227.166.132:30002";

function apiInstance(
sessionToken,
Expand All @@ -19,4 +21,4 @@ function apiInstance(
});
}

export default apiInstance;
export default apiInstance;

0 comments on commit 2a6a2d0

Please sign in to comment.