mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-24 09:13:11 +01:00
maintain (WellKnown): update content in WellKnownSecurityHandler
This commit is contained in:
parent
7ae782000f
commit
9c52561e99
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue