Get rid of legacy JS

This commit is contained in:
Aarni Koskela
2019-09-23 16:05:11 +03:00
parent e3c8a8ab0e
commit e3c256d61c
17 changed files with 49 additions and 87 deletions

5
components/api.js Normal file
View File

@@ -0,0 +1,5 @@
var host = process.env.SERVER || "https://lit-plateau-4689.herokuapp.com/";
export default function(path) {
return host + path;
}