mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-10 17:01:33 +01:00
9 lines
134 B
JavaScript
9 lines
134 B
JavaScript
![]() |
|
||
|
import pterodactylProxyHandler from "./proxy";
|
||
|
|
||
|
const widget = {
|
||
|
proxyHandler: pterodactylProxyHandler,
|
||
|
};
|
||
|
|
||
|
export default widget;
|