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