feat: Substitute the Backend URL dynamically

This commit is contained in:
Alexander Polynomdivision
2018-10-12 17:34:32 +02:00
parent 45dc47f3b9
commit 30fda90a7b
7 changed files with 23 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ import VocabPage from "../containers/VocabPage";
import Drawer from "../containers/Drawer";
import { BACKEND_URL } from "../config";
import { BACKEND_URL } from "../config.in";
import { ILevel } from "../models/level";
import { TopTen } from "../models/learner";