Skip to content

Commit 11f7249

Browse files
author
runzexia
authored
Update HelloWorldController.java
1 parent 200a888 commit 11f7249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/kubesphere/devops/HelloWorldController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public class HelloWorldController {
1414

1515
@RequestMapping("/")
1616
public String sayHello() {
17-
return "Hello,KubeSphere!";
17+
return "Hello,World!";
1818
}
1919
}

0 commit comments

Comments
 (0)