mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix: Fix the url of 'notify-template-delete' in climc
This commit is contained in:
@@ -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, "")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user