1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-20 21:16:19 +01:00

15 lines
212 B
JavaScript
Raw Normal View History

import xteveProxyHandler from "./proxy";
const widget = {
api: "{url}/{endpoint}",
proxyHandler: xteveProxyHandler,
mappings: {
"api": {
endpoint: "api/",
},
},
};
export default widget;