From a00450dfb5407bcd241748a0c26cd03b06caff23 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Sun, 25 Sep 2022 10:56:25 +0300 Subject: [PATCH] migrate koodiklinikka backend to fly.io --- components/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;