Skip to content

Commit

Permalink
[FEAT]: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbin97 committed Nov 14, 2023
1 parent 42d7280 commit 7d9a30b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class HomeController {

@GetMapping
public String healthCheck(){
return "Hello World!!";
return "Hello World!";
}

@GetMapping("/responseTest")
Expand Down

0 comments on commit 7d9a30b

Please sign in to comment.