mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-06 23:42:09 +08:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
import pyloadProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: pyloadProxyHandler,
|
|
};
|
|
|
|
export default widget;
|