Add the selectCompany method and its route.

This commit is contained in:
2023-06-18 18:48:12 +03:00
parent 399eab4cad
commit b3d7815f59
2 changed files with 44 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ Route::group([
// Cart
Route::post('select-city', 'CartController@selectCity');
Route::post('select-company', 'CartController@selectCompany');
// User
Route::post('register', 'UserController@register');