Skip to content
Snippets Groups Projects
Commit 6c7f1132 authored by Moritz Lange's avatar Moritz Lange
Browse files

Update BuildserverdemoApplication.java

parent 7c9d459c
No related branches found
No related tags found
No related merge requests found
Pipeline #1374 passed
......@@ -11,7 +11,7 @@ public class BuildserverdemoApplication {
@RequestMapping("/")
public String helloWorld(){
return "Hello Buildservers!";
return "Hello World!";
}
public static void main(String[] args) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment