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;