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

Update BuildserverdemoApplication.java

parent b9b766c0
Branches
Tags
No related merge requests found
Pipeline #1386 passed
......@@ -11,7 +11,7 @@ public class BuildserverdemoApplication {
@RequestMapping("/")
public String helloWorld(){
return "Hello MIN-VIS!";
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