update delete quote method
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user