feat(webhook): add webhook application
This commit is contained in:
5
packages/backend/src/apps/webhook/auth/index.ts
Normal file
5
packages/backend/src/apps/webhook/auth/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import verifyWebhook from './verify-webhook';
|
||||
|
||||
export default {
|
||||
verifyWebhook,
|
||||
};
|
||||
Reference in New Issue
Block a user