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) {