Compare commits
No commits in common. "app-deploy" and "master" have entirely different histories.
app-deploy
...
master
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public class Quip {
|
|||
@Produces("text/plain")
|
||||
public Response index() throws Exception {
|
||||
String host = InetAddress.getLocalHost().getHostName();
|
||||
return Response.ok("I came, I saw, I conquered...\n").build();
|
||||
return Response.ok("Veni, vidi, vici...\n").build();
|
||||
}
|
||||
|
||||
@GET
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue