mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Added favourites page with link from header and home
This commit is contained in:
@ -157,6 +157,7 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
Route::get('/templates/{templateId}', 'PageTemplateController@get');
|
||||
|
||||
// Favourites
|
||||
Route::get('/favourites', 'FavouriteController@index');
|
||||
Route::post('/favourites/add', 'FavouriteController@add');
|
||||
Route::post('/favourites/remove', 'FavouriteController@remove');
|
||||
|
||||
|
Reference in New Issue
Block a user