fix: move file failed

This commit is contained in:
Methapon2001 2023-12-14 15:05:05 +07:00
parent bbeda11fc6
commit 73673f7ae3
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
4 changed files with 22 additions and 17 deletions

View file

@ -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));