Skip to content

Commit

Permalink
test: new server ci/cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 committed Feb 24, 2024
1 parent c97d8df commit b678d4e
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 v2";
return "This is a root path for SpringBoot Backend v3";
}

}

0 comments on commit b678d4e

Please sign in to comment.