We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8658304 commit dc1773bCopy full SHA for dc1773b
src/flow/flow.controller.ts
@@ -189,7 +189,7 @@ export class FlowController {
189
@ApiOperation({
190
summary: 'Used for a pairwise vote between two collections',
191
})
192
- @Get('/ballot/success')
+ @Post('/ballot/success')
193
async successBallot(@Req() { userId }: AuthedReq) {
194
await this.prismaService.user.update({
195
where: {
0 commit comments