remove unnecessity loading

This commit is contained in:
monoid 2021-01-19 17:51:58 +09:00
parent 3fa0b10d75
commit df10984957
1 changed files with 0 additions and 1 deletions

View File

@ -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());