mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 11:23:58 +00:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
var host = process.env.SERVER || "https://lit-plateau-4689.herokuapp.com/";
|
|
|
|
export default function(path) {
|
|
return host + path;
|
|
}
|