move port 8080
This commit is contained in:
		
							parent
							
								
									4e03649880
								
							
						
					
					
						commit
						d10f2f8664
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@ async function main(){
 | 
			
		|||
    app.use(router.allowedMethods());
 | 
			
		||||
    
 | 
			
		||||
    console.log("start server");
 | 
			
		||||
    app.listen(3002);
 | 
			
		||||
    app.listen(8080,"0.0.0.0");
 | 
			
		||||
    return app;
 | 
			
		||||
}
 | 
			
		||||
main();
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue