Relatives routes

This commit is contained in:
CHIEFSOFT\ameye
2024-07-22 12:04:33 -04:00
parent ed50382e8b
commit 299719c464
2 changed files with 24 additions and 0 deletions
+19
View File
@@ -14,6 +14,25 @@ class WrenchFamily extends BaseController
return [];
}
public function relativeEditKids(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];
return $this->summaryReturnData($in,$out);
}
public function relativeSettings(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];
return $this->summaryReturnData($in,$out);
}
public function relativeReminder(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];
return $this->summaryReturnData($in,$out);
}
public function familyBanners(){
$raw_json = file_get_contents('php://input');