start on localhost
This commit is contained in:
parent
01b1fbfdb9
commit
6b5aaec8d4
2
main.go
2
main.go
@ -16,7 +16,7 @@ import (
|
|||||||
"github.com/robfig/cron/v3"
|
"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 {
|
type OntCovidData struct {
|
||||||
Help string `json:"help"`
|
Help string `json:"help"`
|
||||||
|
Reference in New Issue
Block a user