Changed success status code

This commit is contained in:
dhanabalan
2025-06-16 12:38:57 +05:30
parent 16aa118ef1
commit c3cc345166

View File

@@ -414,7 +414,7 @@ class ObdController extends Controller
return response()->json([ return response()->json([
'item_code' => $itemCode->code, 'item_code' => $itemCode->code,
'item_description' => $itemCode->description 'item_description' => $itemCode->description
], 400); ], 200);
} }
catch (\Exception $e) catch (\Exception $e)
{ {