1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Added search

This commit is contained in:
Dan Brown
2015-07-16 19:53:24 +01:00
parent 787ad20ce7
commit 4c0783fdc7
8 changed files with 82 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ Route::get('/images/all/{page}', 'ImageController@getAll');
Route::get('/images/{any}', 'ImageController@getImage')->where('any', '.*');
Route::get('/link/{id}', 'PageController@redirectFromLink');
Route::get('/pages/search/all', 'PageController@searchAll');
Route::get('/', function () {
return view('base');