Fixing docs path

This commit is contained in:
Luca Frosini 2022-03-31 18:19:16 +02:00
parent 100133b21c
commit b572c22003
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class Docs {
private static Logger logger = LoggerFactory.getLogger(Docs.class);
@GET
@Path("/{any: .*}")
@Path("{any: .*}")
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
String pathInfo = req.getPathInfo();