diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-05-28 10:07:04 +0200 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-06-11 14:10:29 +0200 |
commit | aa974a4322170ae3b489607967801ba84ccc63b4 (patch) | |
tree | 05d171fba618f05976abbc0ee663b4f73663189a /tests/enable_all.php | |
parent | d835d23e3a73bb09f46096a93269bb34b51fbb90 (diff) | |
download | nextcloud-server-aa974a4322170ae3b489607967801ba84ccc63b4.tar.gz nextcloud-server-aa974a4322170ae3b489607967801ba84ccc63b4.zip |
feat: Add webhooks application
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r-- | tests/enable_all.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php index b95f00f767e..35217db079a 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -24,3 +24,4 @@ enableApp('provisioning_api'); enableApp('federation'); enableApp('federatedfilesharing'); enableApp('admin_audit'); +enableApp('webhooks'); |