added remaining user api

This commit is contained in:
2024-04-19 15:05:01 +07:00
parent a3f61b35c1
commit e0ec4c2b49
7 changed files with 83 additions and 443 deletions

View File

@@ -1,6 +1,5 @@
import { createContext, router } from "./trpc";
import { createHTTPServer } from "@trpc/server/adapters/standalone";
import { db } from "./db";
import { userRoute } from "./userRoute";
import { runPlayground } from "./playgroud";
import cors from "cors";