feat: Substitute the Backend URL dynamically
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user