We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1ca66 commit dbe7970Copy full SHA for dbe7970
packages/service-library/src/servicelib/fastapi/monitoring.py
@@ -56,7 +56,6 @@ async def dispatch(
56
response = await call_next(request)
57
status_code = response.status_code
58
59
- # manually cleanup path because routing is not yet available
60
# https://github.com/encode/starlette/issues/685#issuecomment-550240999
61
for k, v in request.path_params.items():
62
key = "{" + k + "}"
0 commit comments