From 2ae0105d52ced605c2fa067cd372fbbcc858bbf1 Mon Sep 17 00:00:00 2001 From: Conner Hnatiuk <46903591+ConnerWithAnE@users.noreply.github.com> Date: Thu, 16 May 2024 22:57:40 -0600 Subject: [PATCH] Update src/widgets/wgeasy/proxy.js Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- src/widgets/wgeasy/proxy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/wgeasy/proxy.js b/src/widgets/wgeasy/proxy.js index f113470f..84b8eb87 100644 --- a/src/widgets/wgeasy/proxy.js +++ b/src/widgets/wgeasy/proxy.js @@ -56,7 +56,6 @@ export default async function wgeasyProxyHandler(req, res) { const [, , data, ] = await httpProxy( formatApiCall(widgets[widget.type].api, { ...widget, endpoint: "wireguard/client" }), { - method: "GET", headers: { "Content-Type": "application/json", Cookie: `connect.sid=${sid}`,