Skip to content

Commit

Permalink
feat: Improving responses
Browse files Browse the repository at this point in the history
  • Loading branch information
shellz-n-stuff authored Aug 22, 2024
1 parent 0ec5b39 commit 73ad330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hello/HelloController.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class HelloController {

@RequestMapping("/")
public String index() {
return "Greetings from Spring Boot and Jib!";
return "Greetings from Spring Boot and Jib and AppSec Australia!";
}
}

0 comments on commit 73ad330

Please sign in to comment.