mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2025-07-03 17:06:41 +00:00
Merge branch 'master' of https://github.com/plexusorg/Module-HTTPD
This commit is contained in:
@ -13,7 +13,7 @@ import org.bukkit.Bukkit;
|
||||
|
||||
public class SchematicEndpoint extends AbstractServlet
|
||||
{
|
||||
@GetMapping(endpoint = "/api/schematics/download/")
|
||||
@GetMapping(endpoint = "/api/download_schematic/")
|
||||
public String schematicIndex(HttpServletRequest request, HttpServletResponse response)
|
||||
{
|
||||
if (request.getPathInfo() == null || request.getPathInfo().equals("/"))
|
||||
|
Reference in New Issue
Block a user