]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:bug: Fix path in path parameters (#272)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 May 2019 09:34:46 +0000 (13:34 +0400)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 09:34:46 +0000 (13:34 +0400)
commit703ade7967cecdcd617189369144dae29a855476
tree24b28ea9db25de81a3dd7e458b429804f3652d05
parent58f135ba2fcc5122dd79a3e4c8bcb182fd523bba
:bug: Fix path in path parameters (#272)
docs/src/path_params/tutorial004.py [new file with mode: 0644]
fastapi/routing.py
tests/test_tutorial/test_path_params/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_path_params/test_tutorial004.py [new file with mode: 0644]