adds acceptProfilRequest and denyProfilRequest to the new ProfilUpdate FhcAPIController

This commit is contained in:
SimonGschnell
2024-07-19 11:38:15 +02:00
parent 9eb61649eb
commit be66150631
5 changed files with 261 additions and 94 deletions
@@ -525,8 +525,6 @@ class ProfilUpdate extends Auth_Controller
public function acceptProfilRequest()
{
$_POST = json_decode($this->input->raw_input_stream, true);
$id = $this->input->post('profil_update_id', true);
$uid = $this->input->post('uid', true);