This commit is contained in:
암냥 2025-07-05 12:46:17 +09:00
commit 4cb6f8d3d5

View file

@ -36,7 +36,7 @@ app.get("/callback", (req, res) => {
res.json({ hash });
});
const PORT = 3000;
const PORT = 39090;
app.listen(PORT, () => {
console.log(`✅ Server running at http://localhost:${PORT}`);
});