any path added

This commit is contained in:
Francesco Mangiacrapa 2022-03-24 16:20:26 +01:00
parent cfc9ad0c49
commit baa0a3fcda
1 changed files with 1 additions and 1 deletions

View File

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