Skip to content

Commit

Permalink
message change
Browse files Browse the repository at this point in the history
  • Loading branch information
KiSeungMin committed Jul 26, 2024
1 parent 780e7d2 commit cabe035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public class mainController {

@GetMapping("/")
public ResponseEntity<?> mainPage(){
return ResponseEntity.ok().body("hello");
return ResponseEntity.ok().body("main page");
}
}

0 comments on commit cabe035

Please sign in to comment.