Skip to content

Commit

Permalink
added files_sharing
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 8c24c40 commit af47647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/ExAppApiScopeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +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' => '/dav/', 'scope_group' => 3, 'name' => 'DAV'],
];

Expand Down

0 comments on commit af47647

Please sign in to comment.