Domain migration

This commit is contained in:
TwinProduction
2021-09-18 12:42:11 -04:00
parent 9bd5c38a96
commit 044f0454f8
8 changed files with 116 additions and 117 deletions

View File

@ -37,7 +37,6 @@ func (provider *AlertProvider) ToCustomAlertProvider(service *core.Service, aler
} else {
message = fmt.Sprintf("TRIGGERED: %s - %s", service.Name, alert.GetDescription())
}
return &custom.AlertProvider{
URL: restAPIURL,
Method: http.MethodPost,