MCPcopy Create free account
hub / github.com/NicolasPereira/nodejs-api-tcc /

Class

src/users/controllers/MeController.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { StatusCodes } from "http-status-codes";
3
4export class MeController {
5 async handle(req, res) {
6 const user = await findUserById(req.userId);
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected