From 17cd5113a163d1ad3272dab62622db329dad4e98 Mon Sep 17 00:00:00 2001 From: UJeans Date: Tue, 12 Nov 2024 18:16:27 +0900 Subject: [PATCH] =?UTF-8?q?[#45]feat:=20=EB=A1=9C=EA=B7=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index c7b02ec..d235c45 100644 --- a/app/main.py +++ b/app/main.py @@ -25,7 +25,7 @@ ) # 미들웨어 등록 -# app.middleware("http")(log_request) +app.middleware("http")(log_request) if Settings.ENVIRONMENT == "dev": app.middleware("http")(log_response)