Kirk Trombley před 4 roky
rodič
revize
79f2866ad0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 + "/");