测试RABBITMQ 配置

This commit is contained in:
zchen
2024-03-26 14:53:58 +08:00
parent 8ae9029d7c
commit 6e70d1f111
2 changed files with 365 additions and 1 deletions

View File

@@ -12,4 +12,4 @@ router = APIRouter()
def test():
logger.info(RABBITMQ_QUEUES)
logger.info("test")
return {"message": "ok"}
return {"message": RABBITMQ_QUEUES}