From 9d706d3aa358d66e30e4c264a5ee7e97406ce90d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 14 Mar 2026 22:56:55 +0100 Subject: [PATCH] Update secure-gateway-setup.tsx --- AppImage/components/secure-gateway-setup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/secure-gateway-setup.tsx b/AppImage/components/secure-gateway-setup.tsx index b733a188..af528304 100644 --- a/AppImage/components/secure-gateway-setup.tsx +++ b/AppImage/components/secure-gateway-setup.tsx @@ -304,7 +304,7 @@ export function SecureGatewaySetup() { const handleRemove = async () => { setActionLoading("remove") try { - await fetchApi("/api/oci/installed/secure-gateway/remove", { method: "DELETE" }) + await fetchApi("/api/oci/installed/secure-gateway", { method: "DELETE" }) setShowRemoveConfirm(false) await loadStatus() } catch (err) {