Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Keith Williams <keithwillcode@gmail.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com> Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
import { createNextApiHandler } from "@calcom/trpc/server/createNextApiHandler";
|
|
import { dsyncRouter } from "@calcom/trpc/server/routers/viewer/dsync/_router";
|
|
|
|
export default createNextApiHandler(dsyncRouter);
|