modified: SRC/app/Http/Controllers/HomeController.php
modified: SRC/app/Http/routes.php modified: SRC/resources/views/frontend/home.blade.php
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
// FRONT END PART
|
||||
Route::get('choisirref', 'HomeController@choisirRef');
|
||||
Route::get('changerref/{id}', 'HomeController@changerRef');
|
||||
Route::get('toogleInfoBar', 'HomeController@updateStatusBar');
|
||||
|
||||
// API FOR AJAX REQUESTS
|
||||
Route::get('api/searchRef/{reg?}', 'APIController@refByName');
|
||||
|
Reference in New Issue
Block a user