refactor: app-store imports webhook.ts from @calcom/web (#13257)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export { default as add } from "./add";
|
||||
export { default as webhook, config } from "@calcom/web/pages/api/integrations/alby/webhook";
|
||||
export { default as webhook, config } from "./webhook";
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export { default as add } from "./add";
|
||||
export { default as webhook, config } from "@calcom/web/pages/api/integrations/paypal/webhook";
|
||||
export { default as webhook, config } from "./webhook";
|
||||
export { default as capture } from "./capture";
|
||||
|
||||
Reference in New Issue
Block a user