MCPcopy 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

1import { safeWrap } from '../../middlewares/errorMiddleware'
2
3export default (app) => {
4 app.post(`/tenant/:tenantId/user`, safeWrap(require('./userCreate').default))

Callers

nothing calls this directly

Calls 3

safeWrapFunction · 0.90
deleteMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected