소스 검색

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 + "/");