更新 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 {
|
static class HealthController {
|
||||||
@GetMapping("/")
|
@GetMapping("/")
|
||||||
public String index() {
|
public String index() {
|
||||||
return "backend docker branch deployed";
|
return "Hello Backend!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user