更新 src/main/java/cloud/cdchen/backend/BackendApplication.java
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -16,7 +16,7 @@ public class BackendApplication {
|
||||
static class HealthController {
|
||||
@GetMapping("/")
|
||||
public String index() {
|
||||
return "backend docker branch deployed";
|
||||
return "Hello Backend!";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user