mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 03:14:08 +00:00
migrate koodiklinikka backend to fly.io
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user