Skip to content

Commit

Permalink
fix: point check to post
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed Sep 14, 2024
1 parent 33256f6 commit 92d7daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/point/point.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class PointController {
) {}

@UseGuards(AccessGuard)
@Get('/check')
@Post('/check')
@Docs('checkPoint')
async checkPoint(
@User() user: JwtPayload,
Expand Down

0 comments on commit 92d7daf

Please sign in to comment.