Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jul 24, 2023
1 parent af47647 commit 0670aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/ExAppApiScopeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function registerInitScopes(): bool {
['api_route' => '/apps/user_status/api/', 'scope_group' => 11, 'name' => 'USER_STATUS'],
['api_route' => '/apps/notifications/api/', 'scope_group' => 12, 'name' => 'NOTIFICATIONS'],
['api_route' => '/apps/weather_status/api/', 'scope_group' => 13, 'name' => 'WEATHER_STATUS'],
['api_route' => '/apps/files_sharing/api/', 'scope_group' => 14, 'name' => 'FILE_SHARING'],
['api_route' => '/apps/files_sharing/api/', 'scope_group' => 14, 'name' => 'FILES_SHARING'],
['api_route' => '/dav/', 'scope_group' => 3, 'name' => 'DAV'],
];

Expand Down

0 comments on commit 0670aee

Please sign in to comment.