3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-14 11:15:49 +00:00

Fixed incorrectly named tag.

This commit is contained in:
CalDescent 2022-02-21 22:27:44 +00:00
parent 6b83927048
commit 8d7be7757f

View File

@ -17,7 +17,7 @@ import java.util.Map;
@Path("/")
@Tag(name = "Gateway")
@Tag(name = "Domain Map")
public class DomainMapResource {
@Context HttpServletRequest request;