changing path
This commit is contained in:
parent
76cf1eaee8
commit
bcf5cdd56c
|
@ -67,11 +67,4 @@ public class UriResolverDocs {
|
||||||
return index(req);
|
return index(req);
|
||||||
}
|
}
|
||||||
|
|
||||||
@GET
|
|
||||||
@Produces({ MediaType.TEXT_HTML })
|
|
||||||
@Path("/*")
|
|
||||||
public InputStream toDoc2(@Context HttpServletRequest req) throws WebApplicationException {
|
|
||||||
logger.info(UriResolverDocs.class.getSimpleName() + " toDoc2 called");
|
|
||||||
return index(req);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue