mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
feat: add app_api to shipped and default enabled apps
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
This commit is contained in:
parent
dc71cb7c3a
commit
b6cf649054
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"shippedApps": [
|
||||
"activity",
|
||||
"admin_audit",
|
||||
"app_api",
|
||||
"bruteforcesettings",
|
||||
"circles",
|
||||
"cloud_federation_api",
|
||||
|
|
@ -54,6 +55,7 @@
|
|||
],
|
||||
"defaultEnabled": [
|
||||
"activity",
|
||||
"app_api",
|
||||
"bruteforcesettings",
|
||||
"circles",
|
||||
"comments",
|
||||
|
|
|
|||
Loading…
Reference in a new issue