Add calls and API to get user's fleet, determined by rank #35
This commit is contained in:
@@ -53,7 +53,9 @@ Route::group(['middleware' => ['api.auth']], function ()
|
||||
|
||||
# This is the info of the user whose token is in use
|
||||
Route::get('user', 'UserController@index');
|
||||
Route::get('user/fleet', 'UserController@fleet');
|
||||
|
||||
Route::get('users/{id}', 'UserController@get');
|
||||
Route::get('users/{id}/bids', 'UserController@bids');
|
||||
Route::get('users/{id}/fleet', 'UserController@fleet');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user