mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Add WebHook connection callback
This commit is contained in:
@@ -306,10 +306,18 @@ return [
|
||||
|
|
||||
| This is a callback method that will be called when a new connection is
|
||||
| established.
|
||||
| The \App\Client\Callbacks\WebHookConnectionCallback::class is included out of the box.
|
||||
|
|
||||
*/
|
||||
'connection_callback' => null,
|
||||
|
||||
'connection_callbacks' => [
|
||||
'webhook' => [
|
||||
'url' => null,
|
||||
'secret' => null,
|
||||
]
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Users
|
||||
|
||||
Reference in New Issue
Block a user