Skip to content

Commit

Permalink
[#29]chore: '#' 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ujkkk committed Nov 4, 2024
1 parent 8d446be commit bbc2c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def log_request(request: Request, call_next):
return response


# # Response 로깅 미들웨어
# Response 로깅 미들웨어
async def log_response(request: Request, call_next):
response = await call_next(request)

Expand Down

0 comments on commit bbc2c21

Please sign in to comment.