diff --git a/examples/counter/main.go b/examples/counter/main.go index f45e1cc15..048b8e550 100644 --- a/examples/counter/main.go +++ b/examples/counter/main.go @@ -23,7 +23,7 @@ func main() { cs := services.NewCount(log, s) h := handlers.New(log, cs) - var secureFlag bool + var secureFlag = true if os.Getenv("SECURE_FLAG") == "false" { secureFlag = false }