Browse Source

WHOOPS wrong API

Kirk Trombley 4 năm trước cách đây
mục cha
commit
79f2866ad0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/src/api.js

+ 1 - 1
client/src/api.js

@@ -1,4 +1,4 @@
-const BASE_URL = "http://localhost:8000"
+const BASE_URL = "https://hiram.services/vacation-planner/api"
 
 export const getHealth = async () => {
   const res = await fetch(BASE_URL + "/");