mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2025-06-30 23:46:43 +00:00
Clarification
This commit is contained in:
@ -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/<uuid>";
|
||||
}
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user