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:
Malibu
2015-03-24 12:22:49 +01:00
parent b97f89ac80
commit d387e4933b
3 changed files with 44 additions and 21 deletions

View File

@ -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');