Skip to content

Commit

Permalink
patch: fix application json produce for jwt controller
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSrcerer committed Mar 2, 2024
1 parent a6f0bc8 commit 6b26719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import online.danielstefani.paddy.jwt.dto.JwtResponseDto

@Path("/jwt")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.TEXT_PLAIN)
@Produces(MediaType.APPLICATION_JSON)
class JwtController(
private val jwtService: JwtService
) {
Expand Down

0 comments on commit 6b26719

Please sign in to comment.