Explorar o código

WHOOPS wrong API

Kirk Trombley %!s(int64=4) %!d(string=hai) anos
pai
achega
79f2866ad0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 + "/");