Add Pyload widget

This commit is contained in:
stuffinator
2022-11-06 11:05:31 +01:00
parent 49a764e864
commit 5b21444c2e
7 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import pyloadProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: pyloadProxyHandler,
};
export default widget;