mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-03 05:53:40 +01: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;
|