mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
![]() |
import xteveProxyHandler from "./proxy";
|
||
|
|
||
|
const widget = {
|
||
|
api: "{url}/{endpoint}",
|
||
|
proxyHandler: xteveProxyHandler,
|
||
|
};
|
||
|
|
||
|
export default widget;
|