From 1f674fcb092993ade06c225c3e29665ad8fb816c Mon Sep 17 00:00:00 2001 From: zchen Date: Tue, 26 Mar 2024 14:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95RABBITMQ=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/api_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/api_test.py b/app/api/api_test.py index 9c4772d..d6e7dcc 100644 --- a/app/api/api_test.py +++ b/app/api/api_test.py @@ -12,4 +12,4 @@ router = APIRouter() def test(): logger.info(RABBITMQ_QUEUES) logger.info("test") - return {"message": "ok"} + return {"message": RABBITMQ_QUEUES}