diff --git a/src/util/api/trpc.ts b/src/util/api/trpc.ts index 2b7ea2e..d1b8e81 100644 --- a/src/util/api/trpc.ts +++ b/src/util/api/trpc.ts @@ -6,14 +6,14 @@ import type { AppRouter } from "@server/api/trpc"; export function gettRPC(token: string) { return createTRPCClient({ links: [ - httpBatchLink({ + /*httpBatchLink({ url: "http://localhost:3000", headers() { return { Authorization: token }; } - }), + }),*/ httpBatchLink({ url: "https://fishing.hri7566.info/api", headers() {