fixing path

This commit is contained in:
Francesco Mangiacrapa 2022-03-24 16:04:23 +01:00
parent 50c822904e
commit 76cf1eaee8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class UriResolverDocs {
@GET
@Produces({ MediaType.TEXT_HTML })
@Path("*")
@Path("")
public InputStream toDoc1(@Context HttpServletRequest req) throws WebApplicationException {
logger.info(UriResolverDocs.class.getSimpleName() + " toDoc1 called");
return index(req);