更改一下服务的监听端口。
This commit is contained in:
@@ -39,6 +39,6 @@ app.get('/', async ({ request }) => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(3000);
|
app.listen(8000);
|
||||||
|
|
||||||
console.log(`Server running at http://${app.server?.hostname}:${app.server?.port}`);
|
console.log(`Server running at http://${app.server?.hostname}:${app.server?.port}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user