additions to search

This commit is contained in:
Chris
2019-01-18 15:21:50 +00:00
parent 978267dd14
commit cd64d762e7
11 changed files with 123 additions and 44 deletions

View File

@@ -42,6 +42,8 @@ Route::post('appload', 'ItemController@appload')->name('appload');
Route::post('test_config', 'ItemController@testConfig')->name('test_config');
Route::get('/get_stats/{id}', 'ItemController@getStats')->name('get_stats');
Route::get('/search', 'SearchController@index')->name('search');
Route::get('view/{name_view}', function ($name_view) {
return view('SupportedApps::'.$name_view)->render();
});