We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee09bfb commit ff4d852Copy full SHA for ff4d852
openapi_core/contrib/django/requests.py
@@ -36,7 +36,7 @@ def create(cls, request):
36
else:
37
route = cls.path_regex.sub(
38
r'{\1}', request.resolver_match.route)
39
- # Delete start marker and expression marker to allow concatenation.
+ # Delete start and end marker to allow concatenation.
40
if route[:1] == "^":
41
route = route[1:]
42
if route[-1:] == "$":
0 commit comments