fix: unintended commented rabbitmq for local server
This commit is contained in:
parent
cbc867c8e3
commit
a069e12135
1 changed files with 1 additions and 1 deletions
|
|
@ -35,4 +35,4 @@ app.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