Skip to content

Commit

Permalink
base url change
Browse files Browse the repository at this point in the history
  • Loading branch information
m1u1s1 committed Nov 16, 2024
1 parent 4c8a037 commit 3b11fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion archive/frontend/src/instance/apiInstance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import axios from "axios";

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


function apiInstance(
username,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/instance/apiInstance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from "axios";

const baseURL = import.meta.env.VITE_API_URL
const baseURL = 'http://165.227.166.132:30002'

function apiInstance(
sessionToken,
Expand Down

0 comments on commit 3b11fd4

Please sign in to comment.