Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/.agents/skills/fastapi/SKILL.md
|
|
@ -303,7 +303,7 @@ async def list_items(): |
|
|
app.include_router(router, prefix="/items", tags=["items"]) |
|
|
app.include_router(router, prefix="/items", tags=["items"]) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
There could be exceptions but try to follow this convention. |
|
|
There could be exceptions, but try to follow this convention. |
|
|
|
|
|
|
|
|
Apply shared dependencies at the router level via `dependencies=[Depends(...)]`. |
|
|
Apply shared dependencies at the router level via `dependencies=[Depends(...)]`. |
|
|
|
|
|
|
|
|
|