ajax test 2
This commit is contained in:
@@ -29,7 +29,7 @@ Route::group(['middleware' => ['auth']], function(){
|
|||||||
* AJAX Test pages
|
* AJAX Test pages
|
||||||
*/
|
*/
|
||||||
Route::get('/ajax', 'LiveSearch@index');
|
Route::get('/ajax', 'LiveSearch@index');
|
||||||
Route::get('/ajax/store', 'LiveSearch@action');
|
Route::post('/ajax/store', 'LiveSearch@action');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Moon Controller display pages
|
* Moon Controller display pages
|
||||||
|
|||||||
Reference in New Issue
Block a user