Skip to content

Commit

Permalink
fix: fix request uri
Browse files Browse the repository at this point in the history
  • Loading branch information
sapiensXXV committed Mar 14, 2024
1 parent 5ebbe25 commit 0d6ecb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/global/uri.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// export const BASE_URI = "http://34.64.91.129:8080"
export const BASE_URI = "http://localhost:8080"
// export const BASE_URI = "http://localhost:8080"
// export const BASE_URI = "//gongnomok.site:8080"
// export const BASE_URI = "https://gongnomok.site:8080"
// export const BASE_URI = "http://gongnomok.site"
export const BASE_URI = "http://gongnomok.site"



0 comments on commit 0d6ecb2

Please sign in to comment.