Skip to content

Commit

Permalink
this is updated Test case
Browse files Browse the repository at this point in the history
  • Loading branch information
afrozchakure committed Nov 20, 2023
1 parent ad56a7b commit a96bba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class hwController {

@GetMapping("/api/hw")
public String hwMessage() {
return "This is a new world";
return "Hello World";
}
}

0 comments on commit a96bba9

Please sign in to comment.