v1.4.0 - Added category search on the app
Added comments Fixed code Fixed pagination still being there without using it
This commit is contained in:
@@ -46,6 +46,7 @@ Route::post("/signupStore", "UserController@signupStore")->name("users.signupSto
|
||||
|
||||
//Search
|
||||
Route::get("/machineapi", "WashingMachineController@search")->name("washing-machines.search");
|
||||
Route::get("/showCategory", "GuideController@showCategory")->name("guides.showCategory");
|
||||
|
||||
//Cookies
|
||||
Route::get("/languages", "UserController@setLanguages")->name("users.setLanguages");
|
||||
|
||||
Reference in New Issue
Block a user