wip
This commit is contained in:
@@ -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}!`);
|
||||
|
||||
Reference in New Issue
Block a user