mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #48395 from nextcloud/backport/48153/stable30
[stable30] feat(app_api): make app_api shipped and default enabled
This commit is contained in:
commit
dea14e3785
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