diff --git a/Services/server/src/app.ts b/Services/server/src/app.ts index d735caa..02c5ce0 100644 --- a/Services/server/src/app.ts +++ b/Services/server/src/app.ts @@ -49,4 +49,4 @@ server.listen(PORT, "0.0.0.0", () => console.log(`[APP] Application is running on http://localhost:${PORT}`), ); -// rabbitmq.init(amqHandler).catch((e) => console.error(e)); +rabbitmq.init(amqHandler).catch((e) => console.error(e));