Added all modules with fg count logic
This commit is contained in:
@@ -57,7 +57,7 @@ class ModuleController extends Controller
|
||||
], 404);
|
||||
}
|
||||
|
||||
$headerValue = $request->header('module-name');
|
||||
$headerValue = $request->header('module-name');
|
||||
|
||||
if ($headerValue != 'Module List') {
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user