v3 release #75

Merged
alekswilc merged 63 commits from v3 into main 2024-12-13 20:29:17 +01:00
Showing only changes of commit 6398f795b2 - Show all commits

View File

@ -26,6 +26,6 @@ export class ApiModule
app.use("/api/v1", router);
app.listen(2005);
app.listen(process.env.PORT);
}
}