Skip to content

Commit

Permalink
test: zero-downtime deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 committed Mar 8, 2024
1 parent 8f05d63 commit c3c0ec9
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 Dev Server";
}

}

0 comments on commit c3c0ec9

Please sign in to comment.