From e73f5cc855aaa642f8ef2b4708a0355d7f7967bc Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:38:49 +0700 Subject: [PATCH] fix: rabbitmq not enabled --- Services/server/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));