ok build now

This commit is contained in:
n4ze3m
2023-04-10 20:40:43 +05:30
parent 9529903375
commit 6a204ceb28
5 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { createNextApiHandler } from "@trpc/server/adapters/next";
import { env } from "~/env.mjs";
import { createTRPCContext } from "~/server/api/trpc";
import { appRouter } from "~/server/api/root";
import { appRouter } from "../../../server/api/root";
// export API handler
export default createNextApiHandler({