mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-11-21 19:25:02 +00:00
Clarification
This commit is contained in:
parent
eea17dff80
commit
c55a184fb1
@ -31,7 +31,7 @@ public class PunishmentsEndpoint extends AbstractServlet
|
|||||||
}
|
}
|
||||||
if (request.getPathInfo() == null)
|
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
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user