MCPcopy
hub / github.com/diegohaz/rest / controller.js

File controller.js

generators/app/templates/api/user/controller.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { success, notFound } from '../../services/response/'
2import { User } from '.'
3<%_ if (authOnUserCreate) { _%>
4import { sign } from '../../services/jwt'

Callers

nothing calls this directly

Calls 4

successFunction · 0.90
notFoundFunction · 0.90
signFunction · 0.85
ifFunction · 0.70

Tested by

no test coverage detected