Add dropdown to navbar instead

This commit is contained in:
2022-04-17 18:37:01 -05:00
parent 1ec17ce7e7
commit 0b3c6ddbec
9 changed files with 64 additions and 70 deletions

View File

@ -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("/"))