@@ -61,6 +61,10 @@ func (a *AdminConfig) Run() {
r.GET("/config", ApiConfig)
r.GET("/config/:app", ApiConfigApp)
r.GET("/app/list", ApiAppList)
r.GET("/app/add/:app", ApiAppAdd)
r.GET("/app/del/:app", ApiAppDel)
srv := &http.Server{
Addr: a.Addr,
Handler: r,
The note is not visible to the blocked user.