Skip to content

Commit

Permalink
Fix incorrect resource route name
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Aug 18, 2021
1 parent d384481 commit 193a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
});


Route::resource('assets',
Route::resource('hardware',
Api\AssetsController::class,
['names' =>
[
Expand Down

0 comments on commit 193a528

Please sign in to comment.