mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Updated route name for activity report API call
This commit is contained in:
parent
5e0cc93ba2
commit
9f87f72c96
|
@ -509,7 +509,7 @@ Route::group(['prefix' => 'v1','namespace' => 'Api'], function () {
|
|||
|
||||
Route::get(
|
||||
'reports/activity',
|
||||
[ 'as' => 'api.activity.list', 'uses' => 'ReportsController@index' ]
|
||||
[ 'as' => 'api.activity.index', 'uses' => 'ReportsController@index' ]
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue