ajax attempt
This commit is contained in:
@@ -25,6 +25,12 @@ Route::group(['middleware' => ['auth']], function(){
|
||||
*/
|
||||
Route::get('/dashboard', 'Dashboard\DashboardController@index');
|
||||
|
||||
/**
|
||||
* AJAX Test pages
|
||||
*/
|
||||
Route::get('/ajax', 'LiveSearch@index');
|
||||
Route::get('/ajax/action', 'LiveSearch@action')->name('live_search.action');
|
||||
|
||||
/**
|
||||
* Moon Controller display pages
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user