From c55a184fb13a0d70547e5e35ffa6365f4488f2fa Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 3 Apr 2022 16:52:51 -0500 Subject: [PATCH] Clarification --- src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java b/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java index 9610f5d..6e821d7 100644 --- a/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java +++ b/src/main/java/dev/plex/request/impl/PunishmentsEndpoint.java @@ -31,7 +31,7 @@ public class PunishmentsEndpoint extends AbstractServlet } if (request.getPathInfo() == null) { - return "Please specify the UUID of the player you would like to check."; + return "Please specify the UUID of the player you would like to check.\nExample: /api/punishments/"; } try {