feat: add basic webui
This commit is contained in:
6
packages/webhooks/index.ts
Normal file
6
packages/webhooks/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { getAppPortal, send } from './lib/svix';
|
||||
|
||||
export const webhooks = {
|
||||
send,
|
||||
getAppPortal,
|
||||
};
|
||||
Reference in New Issue
Block a user