Fix: updated AdminController
This commit is contained in:
parent
60d0235475
commit
c20e02c408
@ -73,6 +73,9 @@ class AdminController extends Controller
|
||||
if (request()->expectsJson()) {
|
||||
return response()->json($result);
|
||||
}
|
||||
$data = [
|
||||
'page_title' => 'Not Ready'
|
||||
];
|
||||
return view('common.notready', $data);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user