Skip to content

Commit

Permalink
Merge pull request #1 from ASAP-as-soon-as-posiible/develop
Browse files Browse the repository at this point in the history
hi
  • Loading branch information
sohyundoh committed Jun 24, 2023
2 parents c215698 + 8025996 commit c194de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class HelloController {
@GetMapping("/hello")
public String getHello() {
return "Hello World";
return "Hello World HI";
}
}

0 comments on commit c194de5

Please sign in to comment.