Skip to content

Commit

Permalink
chore: up getAchievementRate route
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Nov 11, 2024
1 parent bbea1eb commit 840275b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/achievement/achievement.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default class AchievementController {
lodash: ILodash;

@route()
@login()
async [routesBe.getAchievementRate.i](ctx: Context): Promise<IGetAchievementRateResp> {
const achievementRate = await this.userAchievementService.getAchievementRate();
const userCount = await this.userService.getUserCount();
Expand Down
2 changes: 1 addition & 1 deletion src/common

0 comments on commit 840275b

Please sign in to comment.