We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56245d3 commit 2fe04b7Copy full SHA for 2fe04b7
src/pages/api/trpc/[trpc].ts
@@ -4,10 +4,6 @@ import { env } from "@/src/env.mjs";
4
import { createTRPCContext } from "@/src/server/api/trpc";
5
import { appRouter } from "@/src/server/api/root";
6
7
-export const config = {
8
- maxDuration: 120,
9
-};
10
-
11
// export API handler
12
export default createNextApiHandler({
13
router: appRouter,
0 commit comments