start on localhost

main
Ray Slakinski 2021-04-09 10:43:03 -04:00
parent 01b1fbfdb9
commit 6b5aaec8d4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
"github.com/robfig/cron/v3"
)
var addr = flag.String("listen-address", ":8080", "The address to listen on for HTTP requests.")
var addr = flag.String("listen-address", "127.0.0.1:8080", "The address to listen on for HTTP requests.")
type OntCovidData struct {
Help string `json:"help"`