mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-21 20:51:27 +00:00
Compat API should support exact list path
This commit is contained in:
parent
e7af833e6f
commit
41488ab903
@ -250,7 +250,7 @@ async def fetch_advisories_compat(
|
||||
|
||||
|
||||
@router.get(
|
||||
"/",
|
||||
"",
|
||||
response_model=Pagination[Advisory_Pydantic_V2],
|
||||
dependencies=[
|
||||
Depends(pagination_ctx(Pagination[Advisory_Pydantic_V2], CompatParams))
|
||||
|
Loading…
Reference in New Issue
Block a user