Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Elysia } from
"elysia"
;
2
3
import
{ errorHandler } from
"../../middleware/error-handler"
;
4
import
{ requireAuth, tryAuth } from
"../auth/auth.plugin"
;
Callers
nothing calls this directly
Calls
6
tryAuth
Function · 0.90
errorHandler
Function · 0.90
requireAuth
Function · 0.90
getMe
Method · 0.80
updateProfile
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected