@@ -598,6 +598,9 @@ func main() {
srv := &server{st: st, apiToken: token}
//Default Route
http.Handle("/", http.RedirectHandler("/v1/manifest", http.StatusSeeOther))
http.HandleFunc("/healthz", srv.handleHealth)
http.HandleFunc("/admin", srv.handleAdmin)
The note is not visible to the blocked user.