We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b704746 commit 2e53003Copy full SHA for 2e53003
src/pages/api/trpc/[trpc].ts
@@ -4,12 +4,6 @@ import { appRouter } from '../../../server/trpc/router/_app';
4
import { createContext } from '../../../server/trpc/context';
5
import { env } from '../../../env/server.mjs';
6
7
-export const config = {
8
- api: {
9
- responseLimit: false,
10
- },
11
-};
12
-
13
// export API handler
14
export default createNextApiHandler({
15
router: appRouter,
0 commit comments