Skip to content

Commit

Permalink
Revert "Update ConfigController.java"
Browse files Browse the repository at this point in the history
This reverts commit 45ee8b8.
  • Loading branch information
Fa8Bit committed Jan 9, 2025
1 parent d77b3ad commit 22d933d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public ImageDTO addImage(@CookieValue("access_token") final String accessToken,
}

@Operation(summary = "Retrieve an image")
@GetMapping(value = "/images/{uuid}", produces = "image/png")
@GetMapping("/images/{uuid}")
@Transactional
public ImageDTO getImage(@CookieValue("access_token") final String accessToken, @PathVariable final String uuid) {
jwtValidatorService.validateTokenOrThrow(accessToken);
Expand Down

0 comments on commit 22d933d

Please sign in to comment.