Trying to fix path
This commit is contained in:
parent
c4d5028f83
commit
50fea5ba56
|
@ -45,7 +45,7 @@ public class Docs {
|
|||
|
||||
|
||||
@GET
|
||||
@Path("/{any: .*}")
|
||||
@Path("{any: .*}")
|
||||
public InputStream toDoc2(@Context HttpServletRequest req) throws WebApplicationException {
|
||||
logger.trace("Called method to redirect to docs/index.html");
|
||||
|
||||
|
|
Loading…
Reference in New Issue