add trigger user create

This commit is contained in:
Frédéric FRANCE
2020-10-29 20:53:28 +01:00
parent 317ffc65c9
commit e049eb960d
9 changed files with 102 additions and 98 deletions

View File

@@ -17,7 +17,7 @@ const subscribeHook = (z, bundle) => {
const options = {
url: url,
method: 'POST',
body: JSON.stringify(data)
body: data,
};
// You may return a promise or a normal data structure from any perform method.