You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/api/middlewares/logger_middleware.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ async def dispatch(
14
14
Logs should be printed so that they are easily readable and understandable.
15
15
16
16
:param request: Request received to this middleware from client (it is supplied by FastAPI)
17
-
:param call_next: Endpoint or next middleware to be called (if any, this is the next middleware in the chain of middlewares, it is supplied by FastAPI)
17
+
:param call_next: Endpoint or next middlew are to be called (if any, this is the next middleware in the chain of middlewares, it is supplied by FastAPI)
0 commit comments