diff --git a/backend/handlers.go b/backend/handlers.go index 8a07269..513503d 100644 --- a/backend/handlers.go +++ b/backend/handlers.go @@ -72,7 +72,7 @@ func deleteQuote(w http.ResponseWriter, r *http.Request) { // execute delete commandTag, err := db.Exec( context.Background(), - "DELETE FROM quotes WHERE id=$1", + "DELETE FROM hlaskovnik WHERE id=$1", id, ) if err != nil {