mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-16 05:53:31 +00:00
WIP
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const host = process.env.SERVER || "https://koodiklinikka-api.herokuapp.com/";
|
||||
|
||||
export default function getApiURL(path) {
|
||||
export default function getApiURL(path: string) {
|
||||
return host + path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user