MCPcopy Create free account
hub / github.com/coderwhy/coderhub /

Class

src/controller/file.controller.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const { APP_HOST, APP_PORT } = require('../app/config');
5
6class FileController {
7 async saveAvatarInfo(ctx, next) {
8 // 1.获取图像相关的信息
9 const { filename, mimetype, size } = ctx.req.file;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected