remove unnecessity loading
This commit is contained in:
parent
3fa0b10d75
commit
df10984957
@ -50,7 +50,6 @@ class ServerApplication{
|
||||
|
||||
let diff_router = createDiffRouter(this.diffManger);
|
||||
this.diffManger.register("manga","testdata");
|
||||
const index_html = readFileSync("index.html");
|
||||
let router = new Router();
|
||||
|
||||
router.use('/api/diff',diff_router.routes());
|
||||
|
Loading…
Reference in New Issue
Block a user