fix servarr api

This commit is contained in:
jxxghp 2023-06-17 10:00:49 +08:00
parent 34e5cce7dc
commit f85e960fa9

View File

@ -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")