diff --git a/main.go b/main.go index 3659361..95e8744 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func main() { go func() { t := time.Tick(time.Second * 10) for { - if resp, err := http.Get("https://captcha-bot-zg9p.onrender.com/healthz"); err != nil { + if resp, err := http.Get("https://captcha-bot-rfdu.onrender.com/healthz"); err != nil { log.Default().Printf("error: " + err.Error()) } else { if b, err := io.ReadAll(resp.Body); err == nil {