Feature: Wg-Easy Widget (#3476)

---------

Co-authored-by: ConnerWithAnE <46903591+ConnerWithAnE@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Conner Hnatiuk
2024-05-16 23:26:12 -06:00
committed by GitHub
parent 1144f4dfa0
commit 6ab6d6fd3a
8 changed files with 158 additions and 0 deletions

View File

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