Unverified Commit 11f72494 authored by runzexia's avatar runzexia Committed by GitHub

Update HelloWorldController.java

parent 200a8883
...@@ -14,6 +14,6 @@ public class HelloWorldController { ...@@ -14,6 +14,6 @@ public class HelloWorldController {
@RequestMapping("/") @RequestMapping("/")
public String sayHello() { public String sayHello() {
return "Hello,KubeSphere!"; return "Hello,World!";
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment