status instead of stats for clarity

This commit is contained in:
Jonathan Shook 2020-08-06 09:52:19 -05:00
parent 2cdd290f98
commit 67b59e9bb3

View File

@ -26,7 +26,7 @@ public class DocServerStatusEndpoint implements WebServiceObject {
private String name; private String name;
@GET @GET
@Path("stats") @Path("status")
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
public String getStats() { public String getStats() {
DocServer s = (DocServer) config.getProperty("server"); DocServer s = (DocServer) config.getProperty("server");