Update main.ts
This commit is contained in:
@@ -14,6 +14,6 @@ if (!organization) {
|
||||
|
||||
const PORT = process.env.API_PORT
|
||||
server.listen(PORT, () => {
|
||||
console.log(`API-Server running on port ${PORT}`);
|
||||
console.log(`Dwinzo API-Server running on port ${PORT}`);
|
||||
// startHealthCheck(server, organization);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user