Skip to content

Commit 09477ba

Browse files
khvn26Copilot
andauthored
fix docstring
Co-authored-by: Copilot <[email protected]>
1 parent 4aa052e commit 09477ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/gunicorn/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_route_template(route: str) -> str:
7272
e.g.,
7373
7474
`"^api/v1/environments/(?P<environment_api_key>[^/.]+)/api-keys/$"` ->
75-
`"api/v1/environments/{environment_api_key}/api-keys/"`
75+
`"/api/v1/environments/{environment_api_key}/api-keys/"`
7676
"""
7777
route_template: str = EndpointEnumerator().get_path_from_regex(route)
7878
return route_template

0 commit comments

Comments
 (0)