mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fix incorrect resource route name
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d3844811b5
commit
193a52876e
|
@ -467,7 +467,7 @@ Route::group(['prefix' => 'v1', 'middleware' => 'api'], function () {
|
|||
});
|
||||
|
||||
|
||||
Route::resource('assets',
|
||||
Route::resource('hardware',
|
||||
Api\AssetsController::class,
|
||||
['names' =>
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue