fix: set trpc server version
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"@trpc/client": "next",
|
||||
"@trpc/next": "next",
|
||||
"@trpc/react-query": "next",
|
||||
"@trpc/server": "next",
|
||||
"@trpc/server": "^11.0.0-rc.566",
|
||||
"@vercel/postgres": "^0.7.2",
|
||||
"drizzle-orm": "^0.28.5",
|
||||
"next": "^14.1.3",
|
||||
|
||||
@@ -6,7 +6,7 @@ export const openApiDocument = generateOpenApiDocument(appRouter, {
|
||||
title: "Kan API",
|
||||
description: "OpenAPI compliant REST API",
|
||||
version: "1.0.0",
|
||||
baseUrl: "http://localhost:3000/api/v1",
|
||||
baseUrl: `${process.env.WEBSITE_URL}/api/v1`,
|
||||
docsUrl: "",
|
||||
tags: ["auth", "users", "posts"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user