Skip to content

Commit

Permalink
feat(template): DAPS added missing API endpoints (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRaSH- authored Dec 29, 2024
1 parent 3a4af15 commit 932349a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/app/www/public/templates/radarr/daps.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/health": [
"get"
]
}
6 changes: 6 additions & 0 deletions root/app/www/public/templates/sonarr/daps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
],
"/api/v3/episode": [
"get"
],
"/api/v3/health": [
"get"
],
"/api/v3/qualityprofile": [
"get"
]
}

0 comments on commit 932349a

Please sign in to comment.