Skip to content

Commit

Permalink
Merge pull request #47 from edu-pi/develop
Browse files Browse the repository at this point in the history
deploy: assist server
  • Loading branch information
ujkkk authored Nov 12, 2024
2 parents 6eae170 + 1f0042d commit 81c2a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)

# 미들웨어 등록
# app.middleware("http")(log_request)
app.middleware("http")(log_request)
if Settings.ENVIRONMENT == "dev":
app.middleware("http")(log_response)

Expand Down

0 comments on commit 81c2a79

Please sign in to comment.