Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Student User
7d9e18f06f Changed quip lang to english 2021-07-08 06:56:06 -04:00

View file

@ -14,7 +14,7 @@ public class Quip {
@Produces("text/plain") @Produces("text/plain")
public Response index() throws Exception { public Response index() throws Exception {
String host = InetAddress.getLocalHost().getHostName(); 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 @GET