]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix frontend fallback support for doted paths like `/users/john.doe` (#16011)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Jul 2026 08:59:23 +0000 (10:59 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 08:59:23 +0000 (10:59 +0200)
commiteb75fd078e83aed935016bcdf0705cd58bbf0d0e
treedd08493b427018986bb4d05f3af0911102004ab4
parent9b8410bdc9fa1fd679ea7e65b926535c7045ab87
🐛 Fix frontend fallback support for doted paths like `/users/john.doe` (#16011)
docs/en/docs/tutorial/frontend.md
fastapi/routing.py
tests/test_frontend.py