Last attempt
This commit is contained in:
parent
28e430e0ac
commit
8671142fe2
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue