Clarification

This commit is contained in:
Telesphoreo 2022-04-03 16:52:51 -05:00
parent eea17dff80
commit c55a184fb1
1 changed files with 1 additions and 1 deletions

View File

@ -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
{