mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-23 19:56:12 +00:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
var host = process.env.SERVER || 'https://lit-plateau-4689.herokuapp.com/';
|
||
|
||
export default function(path) {
|
||
return host + path;
|
||
};
|