浏览代码

WHOOPS wrong API

Kirk Trombley 4 年之前
父节点
当前提交
79f2866ad0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 + "/");