mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-05 20:03:48 +00:00
Update secure-gateway-setup.tsx
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user