1
0
forked from poc/pds

Added status_description in production dashboard

This commit is contained in:
dhanabalan
2025-07-12 11:12:47 +05:30
parent 1465734acd
commit 7e317f6e5f

View File

@@ -450,7 +450,7 @@ class ModuleFilterDataController extends Controller
return response()->json([
'status_code' => 'SUCCESS',
'lines' => $lineCounts
'status_description' => $lineCounts
], 200);
}