|
@@ -1,4 +1,4 @@
|
|
-const BASE_URL = "http://localhost:8000"
|
|
|
|
|
|
+const BASE_URL = "https://hiram.services/vacation-planner/api"
|
|
|
|
|
|
export const getHealth = async () => {
|
|
export const getHealth = async () => {
|
|
const res = await fetch(BASE_URL + "/");
|
|
const res = await fetch(BASE_URL + "/");
|