mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-26 03:32:54 +08:00
add sonarr/radarr api
This commit is contained in:
@@ -22,7 +22,7 @@ async def read_sites(db: Session = Depends(get_db),
|
||||
return Site.list(db)
|
||||
|
||||
|
||||
@router.post("/update", response_model=schemas.Site)
|
||||
@router.put("/", response_model=schemas.Site)
|
||||
async def update_site(
|
||||
*,
|
||||
db: Session = Depends(get_db),
|
||||
|
||||
Reference in New Issue
Block a user