mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Updated comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5fceef1dc3
commit
17a6a871ae
|
@ -721,6 +721,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['api', 'throttle:api']], functi
|
|||
]
|
||||
)->name('api.locations.selectlist');
|
||||
|
||||
// Users within a location
|
||||
Route::get('{location}/users',
|
||||
[
|
||||
Api\LocationsController::class,
|
||||
|
@ -729,7 +730,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['api', 'throttle:api']], functi
|
|||
)->name('api.locations.viewusers');
|
||||
|
||||
|
||||
// Legacy URL for compatibility
|
||||
// Get list of assets with a default location
|
||||
Route::get('{location}/assets',
|
||||
[
|
||||
Api\LocationsController::class,
|
||||
|
|
Loading…
Reference in a new issue