Merge pull request #10588 from TenOfTens/develop

Typo found in snipeit/routes/api.php @ line 391
This commit is contained in:
snipe 2022-02-01 07:21:08 -08:00 committed by GitHub
commit b9d6708181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',