Trying another path solution

This commit is contained in:
Luca Frosini 2022-09-26 14:48:51 +02:00
parent fdba5aaa6b
commit 28e430e0ac
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class Docs {
private static Logger logger = LoggerFactory.getLogger(Docs.class);
@GET
@Path("docs{any:/{0,1}.*}")
@Path("docs{any:.*}")
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
logger.trace("Called method to redirect to docs/index.html");