TestsDone

This commit is contained in:
2024-01-14 17:51:11 +01:00
parent c47abaf4bb
commit 215ddf86cb
5 changed files with 95 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ class InhaltsstoffController
return json_encode($result);
}
public function insertInhaltsstoff($data)
public function writeInhaltsstoff($data)
{
$result = $this->db->insertInhaltsstoff($data);
return json_encode($result);