mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-14 00:40:30 +00:00
Merge pull request #302 from JazzFisch/fix-prowlarr
Fix Prowlarr show API Error
This commit is contained in:
commit
756f6310af
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import genericProxyHandler from "utils/proxy/handlers/generic";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/api/v1/{endpoint}",
|
||||
api: "{url}/api/v1/{endpoint}?apikey={key}",
|
||||
proxyHandler: genericProxyHandler,
|
||||
|
||||
mappings: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue