Radosław Ganczarek
Results
1
issues of
Radosław Ganczarek
I have a question about a certain line of code in drf-openapi-tester/openapi_tester/loaders.py ```python parsed_path = url_object.path if url_object.path.endswith("/") else url_object.path + "/" ``` Why do you append slash to a...