mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix apis
This commit is contained in:
@@ -11,7 +11,7 @@ router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/", summary="运行插件方法", response_model=schemas.Response)
|
||||
@router.post("/")
|
||||
@router.post("/", summary="运行插件方法", response_model=schemas.Response)
|
||||
async def run_plugin_method(plugin_id: str, method: str,
|
||||
_: User = Depends(get_current_active_user),
|
||||
*args,
|
||||
|
||||
Reference in New Issue
Block a user