mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-14 00:40:30 +00:00
Pterodactyl widget: initial commit
This commit is contained in:
parent
b65f6fca19
commit
8e9ce016b1
6 changed files with 145 additions and 3 deletions
8
src/widgets/pterodactyl/widget.js
Normal file
8
src/widgets/pterodactyl/widget.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
import pterodactylProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: pterodactylProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue