remove unnecessity loading
This commit is contained in:
		
							parent
							
								
									3fa0b10d75
								
							
						
					
					
						commit
						df10984957
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -50,7 +50,6 @@ class ServerApplication{
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        let diff_router = createDiffRouter(this.diffManger);
 | 
					        let diff_router = createDiffRouter(this.diffManger);
 | 
				
			||||||
        this.diffManger.register("manga","testdata");
 | 
					        this.diffManger.register("manga","testdata");
 | 
				
			||||||
        const index_html = readFileSync("index.html");
 | 
					 | 
				
			||||||
        let router = new Router();
 | 
					        let router = new Router();
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        router.use('/api/diff',diff_router.routes());
 | 
					        router.use('/api/diff',diff_router.routes());
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue