@@ -67,6 +67,13 @@ func (a *AdminConfig) Run() {
})
r.GET("/run", func(c *gin.Context) {
cfg.Run()
c.JSON(http.StatusOK, gin.H{
"message": "done",
srv := &http.Server{
Addr: a.Addr,
Handler: r,
The note is not visible to the blocked user.