]> git.ipfire.org Git - thirdparty/starlette.git/commit
Remove converter from path when generating `OpenAPI` schema (#1648)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 28 Jun 2022 05:23:27 +0000 (07:23 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 05:23:27 +0000 (07:23 +0200)
commit795cf608f6af27f8169368afbe315a63e86213b2
treec6af1c5a287b50cdf6c1b2cac0f0f7f160780677
parent92c1f1e5503012f48d6bfbc3ed5af4f4bad23e28
Remove converter from path when generating `OpenAPI` schema (#1648)

* Remove converter from path when generating `OpenAPI` schema

* Update starlette/schemas.py

Co-authored-by: Tom Christie <tom@tomchristie.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
starlette/schemas.py
tests/test_schemas.py