Merge pull request #302 from JazzFisch/fix-prowlarr

Fix Prowlarr show API Error
pull/309/head
Jason Fischer 2 years ago committed by GitHub
commit 756f6310af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save