2
0
Files
cal/calcom/packages/app-store/stripepayment/api/index.ts
2024-08-09 00:39:27 +02:00

9 lines
377 B
TypeScript

export { default as add } from "./add";
export { default as callback } from "./callback";
export { default as portal } from "./portal";
export { default as subscription } from "./subscription";
export { default as paymentCallback } from "./paymentCallback";
// TODO: Figure out how to handle webhook endpoints from App Store
// export { default as webhook } from "./webhook";