maintain (WellKnown): update content in WellKnownSecurityHandler

This commit is contained in:
Mickael Kerjean 2023-01-05 16:09:04 +11:00
parent 7ae782000f
commit 9c52561e99

View file

@ -17,7 +17,7 @@ func WellKnownSecurityHandler(ctx *App, res http.ResponseWriter, req *http.Reque
res.WriteHeader(http.StatusOK)
res.Write([]byte("# If you would like to report a security issue\n"))
res.Write([]byte("# you may report it to me via email\n"))
res.Write([]byte("Contact: mickael@kerjean.me"))
res.Write([]byte("Contact: support@filestash.app\n"))
}
func HealthHandler(ctx *App, res http.ResponseWriter, req *http.Request) {