Skip to content

Commit

Permalink
Merge pull request #2469 from swagger-api/fix-exposed-file
Browse files Browse the repository at this point in the history
updates swagger path
  • Loading branch information
frantuma authored Sep 29, 2017
2 parents e20e13f + 5562ec2 commit a72b040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import javax.ws.rs.core.Response;
import javax.ws.rs.core.UriInfo;

@Path("/openApi")
@Path("/openapi")
public class AcceptHeaderOpenApiResource extends BaseOpenApiResource {
@Context
ServletConfig config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import javax.ws.rs.core.Response;
import javax.ws.rs.core.UriInfo;

@Path("/openApi.{type:json|yaml}")
@Path("/openapi.{type:json|yaml}")
public class OpenApiResource extends BaseOpenApiResource {
@Context
ServletConfig config;
Expand Down

0 comments on commit a72b040

Please # to comment.