mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
f70c238b1c
|
@ -389,7 +389,7 @@ Route::group(['prefix' => 'v1', 'middleware' => 'api'], function () {
|
|||
* Groups API routes
|
||||
*/
|
||||
Route::resource('groups',
|
||||
Api\GroupsCOntroller::class,
|
||||
Api\GroupsController::class,
|
||||
['names' =>
|
||||
[
|
||||
'index' => 'api.groups.index',
|
||||
|
@ -1096,4 +1096,4 @@ Route::group(['prefix' => 'v1', 'middleware' => 'api'], function () {
|
|||
}); // end fallback routes
|
||||
|
||||
|
||||
}); // end API routes
|
||||
}); // end API routes
|
||||
|
|
Loading…
Reference in a new issue