Skip to content

Commit

Permalink
Merge pull request #12 from AI-SIP/develop
Browse files Browse the repository at this point in the history
message change
  • Loading branch information
KiSeungMin authored Jul 26, 2024
2 parents 780e7d2 + cabe035 commit 2e3ba08
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 2e3ba08

Please sign in to comment.