nojs layout

This commit is contained in:
noxy
2019-08-28 04:31:40 +00:00
parent da71b95aa2
commit 19f4b7d26f
11 changed files with 157 additions and 18 deletions

View File

@@ -20,6 +20,7 @@ Route::get('/', ['as' => 'home', function () {
}])->middleware('auth');
Route::post('nojs', 'UserController@nojs');
Route::post('filter', 'UserController@filter');