new changes

This commit is contained in:
n4ze3m
2023-04-10 20:43:00 +05:30
parent 6a204ceb28
commit 2c66e38698
10 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ import { createTRPCNext } from "@trpc/next";
import { type inferRouterInputs, type inferRouterOutputs } from "@trpc/server";
import superjson from "superjson";
import { type AppRouter } from "../server/api/root";
import { type AppRouter } from "~/server/api/root";
const getBaseUrl = () => {
if (typeof window !== "undefined") return ""; // browser should use relative url