move port 8080
This commit is contained in:
parent
4e03649880
commit
d10f2f8664
@ -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…
Reference in New Issue
Block a user