更新 src/main/java/cloud/cdchen/backend/BackendApplication.java
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-06-19 23:52:44 +08:00
parent c57406b4ac
commit 16cdfe713d

View File

@@ -16,7 +16,7 @@ public class BackendApplication {
static class HealthController { static class HealthController {
@GetMapping("/") @GetMapping("/")
public String index() { public String index() {
return "backend docker branch deployed"; return "Hello Backend!";
} }
} }
} }