Skip to content

Commit

Permalink
[ADD] fixed url path
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Jan 9, 2025
1 parent 38869ce commit 4cc40f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public SuccessResponse<AchievedThemesResponse> getAchievementThemes(Principal pr
}

@ResponseStatus(HttpStatus.OK)
@GetMapping("/theme/{themeId}/routines")
@GetMapping("/themes/{themeId}/routines")
public SuccessResponse<AchievedThemeResponse> getAchievementTheme(
Principal principal,
@PathVariable long themeId
Expand Down

0 comments on commit 4cc40f8

Please sign in to comment.