]> BookStack Code Mirror - bookstack/blobdiff - routes/web.php
Added experimental breadcrumb traversal
[bookstack] / routes / web.php
index 8f6bb51e8bd0ad7920f09d654fae876fbb3c5102..41da967d9000cd44fe2ce907db7d53cd58c76dec 100644 (file)
@@ -154,6 +154,7 @@ Route::group(['middleware' => 'auth'], function () {
     Route::get('/search', 'SearchController@search');
     Route::get('/search/book/{bookId}', 'SearchController@searchBook');
     Route::get('/search/chapter/{bookId}', 'SearchController@searchChapter');
+    Route::get('/search/entity/siblings', 'SearchController@searchSiblings');
 
     // Other Pages
     Route::get('/', 'HomeController@index');