Skip to content

Commit

Permalink
fix list msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdaGastan committed Dec 13, 2023
1 parent 1aa7061 commit 5ab8114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/admin_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func (a *App) ListDeployments(req *http.Request) (interface{}, Response) {
}

return ResponseMsg{
Message: "Deployments are deleted successfully",
Message: "Deployments are listed successfully",
Data: map[string]interface{}{"vms": allVMs, "k8s": allClusters},
}, Ok()
}
Expand Down

0 comments on commit 5ab8114

Please sign in to comment.