diff --git a/components/api.ts b/components/api.ts index 8b7ee5b..9938997 100644 --- a/components/api.ts +++ b/components/api.ts @@ -1,4 +1,4 @@ -const host = process.env.SERVER || "https://koodiklinikka-api.herokuapp.com/"; +const host = process.env.SERVER || "https://koodiklinikka-api.fly.dev/"; export default function getApiURL(path) { return host + path;