Skip to content

Commit

Permalink
feat: Change greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Mar 30, 2021
1 parent afaee76 commit 01c0903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/acme/GreetingResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class GreetingResource {
@GET
@Produces(MediaType.TEXT_PLAIN)
public String hello() {
return "Hello OpenShift.tv";
return "Hello OpenShift.tv, this is awesome!!!";
}
}

0 comments on commit 01c0903

Please sign in to comment.