Fix Prowlarr show API Error
This commit is contained in:
parent
a10a30a22c
commit
7a19bedc25
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
Reference in a new issue