FastAPI - Middleware and Hooks
You want to add middleware that logs request time but only for routes under
/api. Why does FastAPI middleware still run on all routes, and how can you limit it?