Merge pull request #302 from JazzFisch/fix-prowlarr

Fix Prowlarr show API Error
This commit is contained in:
Jason Fischer 2022-09-28 16:06:46 -07:00 committed by GitHub
commit 756f6310af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {