Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/linuxfoundation/crowd.dev
/ index.ts
File
index.ts
backend/src/api/user/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ safeWrap } from
'../../middlewares/errorMiddleware'
2
3
export
default (app) => {
4
app.post(`/tenant/:tenantId/user`, safeWrap(require(
'./userCreate'
).default))
Callers
nothing calls this directly
Calls
3
safeWrap
Function · 0.90
delete
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected