Skip to content

Commit

Permalink
Re-Added Accessories API
Browse files Browse the repository at this point in the history
#8312 #8624 Removed unnecessary duplicate licenses endpoint and re-added the user accessories endpoint which was left off.
  • Loading branch information
mzack5020 committed Nov 3, 2020
1 parent e8fd2a7 commit 911841d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,10 @@
);


Route::get('{user}/licenses',
Route::get('{user}/accessories',
[
'as' => 'api.users.licenselist',
'uses' => 'UsersController@licenses'
'as' => 'api.users.accessorieslist',
'uses' => 'UsersController@accessories'
]
);

Expand Down

0 comments on commit 911841d

Please sign in to comment.