Merge pull request #11890 from snipe/fixes/statuslabels_assetlist
Fixed #11889 - API route for status labels asset listing
This commit is contained in:
commit
3d48dd19cb
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['api', 'throttle:api']], functi
|
||||||
]
|
]
|
||||||
)->name('api.statuslabels.assets.bytype');
|
)->name('api.statuslabels.assets.bytype');
|
||||||
|
|
||||||
Route::get('assetlist',
|
Route::get('{id}/assetlist',
|
||||||
[
|
[
|
||||||
Api\StatuslabelsController::class,
|
Api\StatuslabelsController::class,
|
||||||
'assets'
|
'assets'
|
||||||
|
|
Loading…
Add table
Reference in a new issue