Skip to content

Commit 8ad7fe4

Browse files
committed
#1513 fix for path annotation
1 parent 29c7981 commit 8ad7fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/swagger-jaxrs/src/test/java/io/swagger/resources/SimpleResourceWithVendorAnnotation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import javax.ws.rs.WebApplicationException;
2323
import javax.ws.rs.core.Response;
2424

25+
@Path("/")
2526
@Api(value = "/basic", description = "Basic resource")
2627
@Produces({ "application/xml" })
2728
public class SimpleResourceWithVendorAnnotation {

0 commit comments

Comments
 (0)