mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-28 03:58:16 +00:00
Get rid of legacy JS
This commit is contained in:
5
components/api.js
Normal file
5
components/api.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var host = process.env.SERVER || "https://lit-plateau-4689.herokuapp.com/";
|
||||
|
||||
export default function(path) {
|
||||
return host + path;
|
||||
}
|
||||
Reference in New Issue
Block a user