1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-08-13 22:21:37 +00:00

Fixed incorrectly named tag.

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

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