@@ -65,6 +65,9 @@ func (a *AdminConfig) Run() {
r.GET("/app/add/:app", ApiAppAdd)
r.GET("/app/del/:app", ApiAppDel)
r.GET("/app/activate/:app", ApiAppActivate)
r.GET("/app/deactivate/:app", ApiAppDeactivate)
srv := &http.Server{
Addr: a.Addr,
Handler: r,
The note is not visible to the blocked user.