Compare commits
1 Commits
app-config
...
manage-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfaaf80549 |
@@ -19,7 +19,7 @@ public class ServerHostEndPoint {
|
|||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
e.printStackTrace();
|
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();
|
return Response.ok(msg).build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user