Closed bradshjg closed 5 years ago
Currently no matter what the hook function returns, a 200 response with the body "OK" is returned by the server.
...but what do we return if multiple hook functions are run 😢 ?
Maybe
{ "some_function": "some_function response", "some_other_function": "some_other_function response" }
Currently no matter what the hook function returns, a 200 response with the body "OK" is returned by the server.
...but what do we return if multiple hook functions are run 😢 ?
Maybe