mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-12-22 16:04:59 +00:00
Clarification
This commit is contained in:
parent
eea17dff80
commit
c55a184fb1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue