Update secure-gateway-setup.tsx

This commit is contained in:
MacRimi
2026-03-14 22:56:55 +01:00
parent fdc4253117
commit 9d706d3aa3

View File

@@ -304,7 +304,7 @@ export function SecureGatewaySetup() {
const handleRemove = async () => { const handleRemove = async () => {
setActionLoading("remove") setActionLoading("remove")
try { try {
await fetchApi("/api/oci/installed/secure-gateway/remove", { method: "DELETE" }) await fetchApi("/api/oci/installed/secure-gateway", { method: "DELETE" })
setShowRemoveConfirm(false) setShowRemoveConfirm(false)
await loadStatus() await loadStatus()
} catch (err) { } catch (err) {