change
This commit is contained in:
parent
31905fb5ac
commit
4cb6f8d3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue