mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-25 07:56:49 +00:00
fix api address
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user