fix: Fix the url of 'notify-template-delete' in climc

This commit is contained in:
rainzm
2020-06-18 11:38:52 +08:00
parent eb5e902257
commit 8ed4148fbb
+1 -1
View File
@@ -26,7 +26,7 @@ type NotifyTemplateManager struct {
}
func (nm *NotifyTemplateManager) DeleteContents(s *mcclient.ClientSession, params jsonutils.JSONObject) (jsonutils.JSONObject, error) {
path := "/templates/delete-template"
path := "/notifytemplates/delete-template"
return modulebase.Post(nm.ResourceManager, s, path, params, "")
}