mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -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
|
); // end depreciations API routes
|
||||||
|
|
||||||
|
|
||||||
Route::post('reports/depreciation',
|
Route::get('reports/depreciation',
|
||||||
[
|
[
|
||||||
Api\AssetsController::class,
|
Api\AssetsController::class,
|
||||||
'index'
|
'index'
|
||||||
|
|
Loading…
Reference in a new issue