Update widget.js

Change API to v4
This commit is contained in:
Linecutterx 2024-03-27 11:46:18 +00:00 committed by GitHub
parent 0af975b3d9
commit df4f5ccee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
};