Compare commits
1 commit
master
...
manage-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bd3f0e199 |
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public class ServerHostEndPoint {
|
|||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
String msg = "I am running on server "+host+" Version 1.0 \n";
|
||||
String msg = "I am running on server "+host+" Version 2.0 \n";
|
||||
return Response.ok(msg).build();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue