lrf 3 kuukautta sitten
vanhempi
commit
3e5c0add7d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/controller/match/matchRegistration.controller.ts

+ 1 - 1
src/controller/match/matchRegistration.controller.ts

@@ -208,7 +208,7 @@ export class MatchRegistrationController implements BaseController {
     return list;
   }
 
-  @Get('/export/:match_id', { routerName: '导出赛事人员名单' })
+  @Post('/export/:match_id', { routerName: '导出赛事人员名单' })
   @ApiTags('导出赛事人员名单')
   async exportList(@Param('match_id') match_id: string, @Body() body: object) {
     // 查询所有未被退回的报名信息