zs пре 1 година
родитељ
комит
6fce98a2cb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/controller/file.controller.ts

+ 1 - 1
src/controller/file.controller.ts

@@ -2,7 +2,7 @@ import { Controller, Inject, Post, Files, Fields } from '@midwayjs/core';
 import { FileService } from '../service/file.service';
 import { Context } from '@midwayjs/koa';
 
-@Controller('/file')
+@Controller('/fileup')
 export class FileController {
   @Inject()
   service: FileService;