@ -34,6 +34,7 @@ func PostHandler(w http.ResponseWriter, r *http.Request) {
if r.Header.Get("api_key") != appConfig.APIKey {
http.Error(w, "invalid api key", http.StatusUnauthorized)
log.Printf("invalid api key: %s", api)
log.Printf(api)
return
}
The note is not visible to the blocked user.