Skip to content

Commit f3455b0

Browse files
author
runzexia
authored
Update HelloWorldController.java
1 parent 9095fc4 commit f3455b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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,World!";
17+
return "Hello,KubeSphere!";
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)