Skip to content

Commit

Permalink
🐛 kku firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon-136 committed May 6, 2024
1 parent e535a1d commit 272d329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/submission/submission.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class SubmissionController {
}

@Roles(Role.Admin)
@Patch('/:resultId/rejudge')
@Post('/:resultId/rejudge')
@ApiBearerAuth()
@ApiOkResponse({
type: SubmissionWithSourceCodeDTO,
Expand All @@ -286,7 +286,7 @@ export class SubmissionController {
}

@Roles(Role.Admin)
@Patch('problem/:problemId/rejudge')
@Post('problem/:problemId/rejudge')
@ApiBearerAuth()
@ApiOkResponse({
description: 'Rejudge all latest submission of a problem',
Expand Down

0 comments on commit 272d329

Please sign in to comment.