Feature: Add tandoor widget (#3060)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
teffalump
2024-03-03 15:27:40 -08:00
committed by shamoon
parent 8e9920a9d8
commit b05b9b1420
7 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/{endpoint}/",
proxyHandler: credentialedProxyHandler,
mappings: {
space: {
endpoint: "space",
},
keyword: {
endpoint: "keyword",
},
},
};
export default widget;