Feature: Filebrowser service widget (#5546)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Albin Médoc
2025-07-26 02:08:43 +02:00
committed by GitHub
parent bbb013e0ce
commit 0c000c1ecd
9 changed files with 161 additions and 0 deletions

View File

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