更新 src/server.js

This commit is contained in:
2026-04-17 06:09:45 +00:00
parent d985b56ac6
commit 5d371b9751

View File

@@ -851,7 +851,7 @@ app.use((err, req, res, next) => {
});
});
const PORT = Number(process.env.PORT || 3000);
const PORT = Number(process.env.PORT || 5678);
app.listen(PORT, async () => {
console.log(`Word parse API running on http://localhost:${PORT}`);
try {