mirror of https://github.com/statping/statping
newsletter feature
parent
5eecb5fa53
commit
be710ff838
|
@ -140,7 +140,7 @@ func registerNews(email, domain string) error {
|
|||
v.Set("timezone", "UTC")
|
||||
rb := strings.NewReader(v.Encode())
|
||||
|
||||
_, _, err := utils.HttpRequest("https://news.statping.com", "POST", nil, nil, rb, 10*time.Second, true, nil)
|
||||
_, _, err := utils.HttpRequest("https://news.statping.com/new", "POST", nil, nil, rb, 10*time.Second, true, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue