Merge pull request 'Testing' (#16) from Testing into main

Reviewed-on: #16
This commit is contained in:
Samuel Wolff 2024-01-26 10:34:21 +01:00
commit 2a1ab99070

View File

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