Pterodactyl widget: initial commit

This commit is contained in:
Benoit SERRA 2023-02-17 09:25:07 +01:00 committed by shamoon
parent b65f6fca19
commit 8e9ce016b1
6 changed files with 145 additions and 3 deletions

View file

@ -0,0 +1,8 @@
import pterodactylProxyHandler from "./proxy";
const widget = {
proxyHandler: pterodactylProxyHandler,
};
export default widget;