fix handle token login when loop and fix width column on task fix color default danger success scss, fix add timeout on php.ini, add scraping for execute from api, add check api for handle disabled button sync
This commit is contained in:
@@ -12,10 +12,6 @@ trait GlobalApiResponse
|
||||
'success' => true,
|
||||
'data' => $result
|
||||
];
|
||||
|
||||
if(!empty($message)){
|
||||
$response['message'] = $message;
|
||||
}
|
||||
|
||||
return response()->json($response, $code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user