mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-23 07:10:00 +08:00
Started react implementation
This commit is contained in:
@ -78,7 +78,10 @@ Route::group(['middleware' => 'auth'], function() {
|
||||
Route::get('/pages/search/all', 'PageController@searchAll');
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('base');
|
||||
return view('home');
|
||||
});
|
||||
Route::get('/home', function () {
|
||||
return view('home');
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user