mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Start porting over the admin area to react
This commit is contained in:
@@ -30,7 +30,7 @@ class BaseController extends Controller
|
||||
*/
|
||||
public function index(): View
|
||||
{
|
||||
// return view('admin.index', ['version' => $this->version]);
|
||||
return view('templates/base.core');
|
||||
return view('admin.index', ['version' => $this->version]);
|
||||
// return view('templates/base.core');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user