Update widget.js

Change API to v4
pull/3188/head
Linecutterx 2 months ago committed by GitHub
parent 0af975b3d9
commit df4f5ccee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/3/{endpoint}",
api: "{url}/api/4/{endpoint}",
proxyHandler: credentialedProxyHandler,
};

Loading…
Cancel
Save