chore: move /api to /api/web
This commit is contained in:
@@ -6,7 +6,7 @@ import { createContext } from "@/server/context"
|
||||
async function handler(req: Request) {
|
||||
return fetchRequestHandler({
|
||||
createContext,
|
||||
endpoint: "/api/trpc",
|
||||
endpoint: "/api/web/trpc",
|
||||
req,
|
||||
router: appRouter,
|
||||
})
|
||||
Reference in New Issue
Block a user