Compare commits
1 Commits
manage-bui
...
app-deploy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faca02836c |
@@ -14,7 +14,7 @@ public class Quip {
|
||||
@Produces("text/plain")
|
||||
public Response index() throws Exception {
|
||||
String host = InetAddress.getLocalHost().getHostName();
|
||||
return Response.ok("Veni, vidi, vici...\n").build();
|
||||
return Response.ok("I came, I saw, I conquered...\n").build();
|
||||
}
|
||||
|
||||
@GET
|
||||
|
||||
Reference in New Issue
Block a user