Input data

This commit is contained in:
CHIEFSOFT\ameye
2024-08-08 09:45:13 -04:00
parent a6f01f8a86
commit 89bb37e756
@@ -29,6 +29,10 @@ class WrenchGeneralData extends BaseController
}
public function usersPreferences(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$in["action"] = WRENCHBOARD_ACCOUNT_PREFERENCES;
$endpoint = "USER_PREFERENCES";