fix servarr api
This commit is contained in:
@ -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