This commit is contained in:
Hugo Falcao
2022-06-20 20:07:12 -03:00
parent 5505b9981a
commit 888391b930
2 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ app.use((err: Error, request: Request, response: Response, _: NextFunction) => {
});
});
const port = 10002
const port = 3333
app.listen(port, () => {
console.log(`🚀 Server started on port ${port}!`);