Last attempt

This commit is contained in:
Luca Frosini 2022-09-26 14:58:18 +02:00
parent 28e430e0ac
commit 8671142fe2
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:.*}")
@Path("docs")
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
logger.trace("Called method to redirect to docs/index.html");