fix: rabbitmq not enabled
This commit is contained in:
parent
cb789b0ac1
commit
e73f5cc855
1 changed files with 1 additions and 1 deletions
|
|
@ -49,4 +49,4 @@ server.listen(PORT, "0.0.0.0", () =>
|
||||||
console.log(`[APP] Application is running on http://localhost:${PORT}`),
|
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));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue