mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 08:06:56 +00:00
tRPC Endpoint를 /api/trpc로 변경
This commit is contained in:
@@ -6,7 +6,7 @@ const createClient = (fetch: typeof globalThis.fetch) =>
|
||||
createTRPCClient<AppRouter>({
|
||||
links: [
|
||||
httpBatchLink({
|
||||
url: "/trpc",
|
||||
url: "/api/trpc",
|
||||
fetch,
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user