Browse Source

WHOOPS wrong API

Kirk Trombley 4 years ago
parent
commit
79f2866ad0
1 changed files with 1 additions and 1 deletions
  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 + "/");