From e9f8da070823f8e7fbb74446cd331ff2d7324d9a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 5 Sep 2017 15:23:17 +0300 Subject: api: swagger and /swagger-ui.html --- juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java') diff --git a/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java b/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java index 82622652..91a617b4 100644 --- a/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java +++ b/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java @@ -25,6 +25,7 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseStatus; import org.springframework.web.bind.annotation.RestController; +import springfox.documentation.annotations.ApiIgnore; import java.io.IOException; import java.io.InputStream; @@ -33,6 +34,7 @@ import java.nio.charset.StandardCharsets; /** * Created by vitalyster on 18.07.2016. */ +@ApiIgnore @RestController public class SkypeEndpoint { private static final Logger logger = LoggerFactory.getLogger(SkypeEndpoint.class); -- cgit v1.2.3