Trying to fix docs
This commit is contained in:
parent
7c6cb56b0b
commit
c0e731b01a
|
@ -23,7 +23,7 @@ public class ApiDocs {
|
||||||
private static Logger logger = LoggerFactory.getLogger(ApiDocs.class);
|
private static Logger logger = LoggerFactory.getLogger(ApiDocs.class);
|
||||||
|
|
||||||
@GET
|
@GET
|
||||||
@Path("{any: .*}")
|
// @Path("{any: .*}")
|
||||||
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
|
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
logger.trace("Called method to redirect to api-docs/index.html");
|
logger.trace("Called method to redirect to api-docs/index.html");
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ public class Docs {
|
||||||
|
|
||||||
|
|
||||||
@GET
|
@GET
|
||||||
@Path("{any: .*}")
|
// @Path("{any: .*}")
|
||||||
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
|
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
|
||||||
logger.trace("Called method to redirect to docs/index.html");
|
logger.trace("Called method to redirect to docs/index.html");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue