MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / users.routes.ts

File users.routes.ts

apps/api/src/api/users/users.routes.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Elysia } from "elysia";
2
3import { errorHandler } from "../../middleware/error-handler";
4import { requireAuth, tryAuth } from "../auth/auth.plugin";

Callers

nothing calls this directly

Calls 6

tryAuthFunction · 0.90
errorHandlerFunction · 0.90
requireAuthFunction · 0.90
getMeMethod · 0.80
updateProfileMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected