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}