mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixes a route definition to correctly populate the deprecation report
This commit is contained in:
parent
6d96f96615
commit
92b3576395
|
@ -296,7 +296,7 @@ Route::group(['prefix' => 'v1', 'middleware' => 'api'], function () {
|
|||
); // end depreciations API routes
|
||||
|
||||
|
||||
Route::post('reports/depreciation',
|
||||
Route::get('reports/depreciation',
|
||||
[
|
||||
Api\AssetsController::class,
|
||||
'index'
|
||||
|
|
Loading…
Reference in a new issue