diff --git a/rest-api/web/src/main/webapp/index.html b/rest-api/web/src/main/webapp/index.html new file mode 100644 index 00000000000..cf7c16402e8 --- /dev/null +++ b/rest-api/web/src/main/webapp/index.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/rest-api/web/src/main/webapp/index.jsp b/rest-api/web/src/main/webapp/index.jsp deleted file mode 100644 index f229c88e420..00000000000 --- a/rest-api/web/src/main/webapp/index.jsp +++ /dev/null @@ -1,3 +0,0 @@ -<% - response.sendRedirect(request.getRequestURI().replace("index.jsp", "") + "doc"); -%>