Skip to content

Commit

Permalink
fix: modify root path message for local server
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 committed Mar 7, 2024
1 parent a36cd2a commit 15a520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gdsc/pointer/controller/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class TestController {
@RequestMapping("/")
public String test() {
log.info("test");
return "This is a root path for SpringBoot Backend v5";
return "This is a root path for SpringBoot Backend Local Server";
}

}

0 comments on commit 15a520e

Please sign in to comment.