
* Reschedule for dynamic events * Fix lint * feature/space-booking-app initial commit * added loom video and fixes for main branch * Revert previous commmit * Renames spacebookingother to spacebooking * Type and perf improvements * Updated comment * Update seed-app-store.ts Co-authored-by: zomars <zomars@me.com>
21 lines
877 B
TypeScript
21 lines
877 B
TypeScript
export const apiHandlers = {
|
|
// examplevideo: import("./_example/api"),
|
|
applecalendar: import("./applecalendar/api"),
|
|
caldavcalendar: import("./caldavcalendar/api"),
|
|
googlecalendar: import("./googlecalendar/api"),
|
|
hubspotothercalendar: import("./hubspotothercalendar/api"),
|
|
office365calendar: import("./office365calendar/api"),
|
|
slackmessaging: import("./slackmessaging/api"),
|
|
stripepayment: import("./stripepayment/api"),
|
|
tandemvideo: import("./tandemvideo/api"),
|
|
zoomvideo: import("@calcom/zoomvideo/api"),
|
|
office365video: import("@calcom/office365video/api"),
|
|
wipemycalother: import("./wipemycalother/api"),
|
|
jitsivideo: import("./jitsivideo/api"),
|
|
huddle01video: import("./huddle01video/api"),
|
|
metamask: import("./metamask/api"),
|
|
giphy: import("./giphy/api"),
|
|
spacebookingother: import("./spacebooking/api"),
|
|
};
|
|
|
|
export default apiHandlers;
|