Enabling web hooks (#3044)
This commit is contained in:
committed by
Florent Vilmart
parent
f22cea5ca9
commit
a28257b2b7
@@ -13,10 +13,10 @@ export class FeaturesRouter extends PromiseRouter {
|
||||
delete: true,
|
||||
},
|
||||
hooks: {
|
||||
create: false,
|
||||
read: false,
|
||||
update: false,
|
||||
delete: false,
|
||||
create: true,
|
||||
read: true,
|
||||
update: true,
|
||||
delete: true,
|
||||
},
|
||||
cloudCode: {
|
||||
jobs: true,
|
||||
|
||||
Reference in New Issue
Block a user