@@ -668,7 +668,7 @@ func runHTTP(ctx context.Context) error {
mux.HandleFunc("/api/apps", appsHandler)
mux.HandleFunc("/api/summary", apiHandler)
addr := "127.0.0.1:24000"
addr := ":24000"
srv := &http.Server{
Addr: addr,
The note is not visible to the blocked user.