From 8a5f37bf1e1cd18a5b8779154aec1c918d5c44a8 Mon Sep 17 00:00:00 2001 From: Claudio Mezzasalma Date: Fri, 21 Sep 2018 17:32:55 +0200 Subject: [PATCH] Additional simplification for Swagger UI home page rewrite Signed-off-by: Claudio Mezzasalma --- rest-api/web/src/main/webapp/index.html | 7 +++++++ rest-api/web/src/main/webapp/index.jsp | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 rest-api/web/src/main/webapp/index.html delete mode 100644 rest-api/web/src/main/webapp/index.jsp 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"); -%>