mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 19:47:41 +08:00
fix servarr api
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ from app.schemas import RadarrMovie, SonarrSeries
|
|||||||
from app.schemas.types import MediaType
|
from app.schemas.types import MediaType
|
||||||
from version import APP_VERSION
|
from version import APP_VERSION
|
||||||
|
|
||||||
arr_router = APIRouter()
|
arr_router = APIRouter(tags=['servarr'])
|
||||||
|
|
||||||
|
|
||||||
@arr_router.get("/system/status")
|
@arr_router.get("/system/status")
|
||||||
|
|||||||
Reference in New Issue
Block a user