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

9 lines
148 B
JavaScript
Raw Normal View History

2022-09-26 02:23:02 +03:00
import npmProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: npmProxyHandler,
};
export default widget;