9 lines
155 B
JavaScript
Raw Normal View History

import gamedigProxyHandler from "./proxy";
const widget = {
proxyHandler: gamedigProxyHandler,
allowedEndpoints: /status/,
};
export default widget;