mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-05 15:02:08 +08:00
10 lines
208 B
JavaScript
10 lines
208 B
JavaScript
import piholeProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
apiv5: "{url}/admin/api.php?{endpoint}&auth={key}",
|
|
proxyHandler: piholeProxyHandler,
|
|
};
|
|
|
|
export default widget;
|