Skip to content

Commit 2e53003

Browse files
committed
Enable limit
1 parent b704746 commit 2e53003

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/pages/api/trpc/[trpc].ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import { appRouter } from '../../../server/trpc/router/_app';
44
import { createContext } from '../../../server/trpc/context';
55
import { env } from '../../../env/server.mjs';
66

7-
export const config = {
8-
api: {
9-
responseLimit: false,
10-
},
11-
};
12-
137
// export API handler
148
export default createNextApiHandler({
159
router: appRouter,

0 commit comments

Comments
 (0)