Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jan 16, 2025
1 parent 1026234 commit 6da4ae9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web/src/trpc/routers/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ import { createTRPCRouter, protectedProcedure } from "../init";
import { rateLimitMiddleware } from "../middlewares/ratelimits";

export const userRouter = createTRPCRouter({
testRoute: protectedProcedure.query(async () => {
return "Hello World";
}),

me: protectedProcedure.query(async ({ ctx }) => {
return getUserById({ id: ctx.authenticatedId });
}),
Expand Down

0 comments on commit 6da4ae9

Please sign in to comment.