Skip to content

Commit 766899c

Browse files
authored
Test commit and deploy
1 parent 61dfb0f commit 766899c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/acme/CustomGreetingResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public class CustomGreetingResource {
1515
@GET
1616
@Produces(MediaType.TEXT_PLAIN)
1717
public String hello() {
18-
return "Hello from Quarkus REST, running from environment " + environment;
18+
return "Hello from Quarkus REST, testing this afternoon 1419, running from environment " + environment;
1919
}
2020
}

0 commit comments

Comments
 (0)