mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-08 09:01:40 +00:00
Prettier legacy JS
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var host = process.env.SERVER || 'https://lit-plateau-4689.herokuapp.com/';
|
||||
var host = process.env.SERVER || "https://lit-plateau-4689.herokuapp.com/";
|
||||
|
||||
export default function(path) {
|
||||
export default function(path) {
|
||||
return host + path;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user