Changed quip lang to english

This commit is contained in:
Student User
2022-11-11 07:54:50 -05:00
parent 5dcc01b9a4
commit faca02836c

View File

@@ -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