2 Commits

Author SHA1 Message Date
f02370d5bc Merge branch 'main' of https://code.spamasaurus.com/djpbessems/ContainerImage.SpamasaurusRex
All checks were successful
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 24s
Container & Helm chart / Helm chart (push) Successful in 15s
Container & Helm chart / Container image (push) Successful in 9m44s
Container & Helm chart / Semantic Release (push) Successful in 32s
2024-03-09 18:09:28 +11:00
3dbfb4a917 fix: Expand scope of debugging variable 2024-03-09 18:09:26 +11:00

View File

@ -45,7 +45,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
}
}
// accessToken := result.AccessToken
w.Write([]byte(fmt.Sprintf("Hello, %s\n", spew.Sdump(result.AccessToken))))
w.Write([]byte(fmt.Sprintf("Hello, %s\n", spew.Sdump(result))))
}
func healthHandler(w http.ResponseWriter, r *http.Request) {