Testing #16

Merged
PBG2H22AWO merged 10 commits from Testing into main 2024-01-26 10:34:22 +01:00
Showing only changes of commit 5db540d1d1 - Show all commits

View File

@ -48,7 +48,7 @@ class KindController
{ {
$result = $this->db->deleteKind($kindId); $result = $this->db->deleteKind($kindId);
return $result; return json_encode($result);
} }
} }