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)