refactor: app-store imports webhook.ts from @calcom/web (#13257)

This commit is contained in:
Morgan
2024-01-16 15:10:58 +00:00
committed by GitHub
parent 7978f0317a
commit ba944b471a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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";