update port

This commit is contained in:
Taskeren 2023-06-18 01:05:43 +08:00
parent f2c832330d
commit 26a2d0a25d
No known key found for this signature in database
GPG Key ID: 1A491EE81C9B7F38
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ app.post("/register", async (req: Request, res: Response) => {
}
})
const server = app.listen(8090, () => console.log("Server is running..."))
const server = app.listen(31234, () => console.log("Server is running..."))
////////// Interact with Explode Server