Skip to content

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed Oct 12, 2023
1 parent 59f1643 commit 99a0e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/example/app/api/DemoApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public DemoApi(MessageService messageService) {

@GetMapping
public String index() {
return "it works";
return "it really works";
}

@ResponseStatus(HttpStatus.OK)
Expand Down

0 comments on commit 99a0e95

Please sign in to comment.