测试RABBITMQ 配置

This commit is contained in:
zchen
2024-03-26 14:55:20 +08:00
parent fcbb3d9981
commit 1f674fcb09

View File

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