fixing docs generation

This commit is contained in:
Luca Frosini 2022-09-26 12:24:14 +02:00
parent 60b43cc1b4
commit 9c55c48300
2 changed files with 2 additions and 0 deletions

View File

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

View File

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