Skip to content

Commit

Permalink
fix: ad endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed Feb 26, 2024
1 parent 7029941 commit c01249c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/point/point.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class PointController {
},
},
})
@Get('/ad/point')
@Get('/ad')
async adtoPoint(@User() user: JwtPayload) {
const { id } = user;
const updatedPoint = await this.pointService.giveAdPoint(id);
Expand Down

0 comments on commit c01249c

Please sign in to comment.