docs: Add trigger and connection pages of webhooks app
This commit is contained in:
@@ -5,6 +5,7 @@ const router = Router();
|
||||
|
||||
router.get('/:flowId', webhookHandler);
|
||||
router.put('/:flowId', webhookHandler);
|
||||
router.patch('/:flowId', webhookHandler);
|
||||
router.post('/:flowId', webhookHandler);
|
||||
|
||||
export default router;
|
||||
|
Reference in New Issue
Block a user