feat(api): replace live-provider library routes with DB-backed routes; add sync + admin settings endpoints
This commit is contained in:
@@ -25,4 +25,5 @@ pub fn api_v1_router() -> Router<AppState> {
|
||||
.nest("/files", files::router())
|
||||
.nest("/iptv", iptv::router())
|
||||
.nest("/library", library::router())
|
||||
.nest("/admin/library", library::admin_router())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user