mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-17 19:53:57 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
var host = process.env.SERVER || 'https://lit-plateau-4689.herokuapp.com/';
|
||
|
||
module.exports = function(path) {
|
||
return host + path;
|
||
}
|