Trying to fix path

This commit is contained in:
Luca Frosini 2022-09-26 12:34:35 +02:00
parent c4d5028f83
commit 50fea5ba56
1 changed files with 1 additions and 1 deletions

View File

@ -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");