Skip to content

Commit

Permalink
application version number is plaintext type
Browse files Browse the repository at this point in the history
  • Loading branch information
klues authored and sabicalija committed Apr 24, 2019
1 parent c746dcc commit 3ae4325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class RestServer {

@Path("/version")
@GET
@Produces(MediaType.APPLICATION_JSON)
@Produces(MediaType.TEXT_PLAIN)
@Description("Returns the current ARE version")
public String getVersion() {
return "#{APPLICATION_VERSION_NUMBER}#";
Expand Down

0 comments on commit 3ae4325

Please sign in to comment.