更改服务运行端口。

This commit is contained in:
徐涛 2024-12-16 16:16:29 +08:00
parent ddb9bcda2f
commit 8fc288dbf6

View File

@ -21,6 +21,6 @@ app.get('/', async () => {
});
});
app.listen(3000);
app.listen(8000);
console.log(`Server running at http://${app.server?.hostname}:${app.server?.port}`);