This commit is contained in:
Student User
2022-11-10 05:57:48 -05:00
parent 5dcc01b9a4
commit bfaaf80549

View File

@@ -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();
} }
} }