diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-11-16 12:34:53 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-11-29 10:10:30 -0500 |
commit | 7a121bf70f9547fc381766be131e635c7519b5e2 (patch) | |
tree | 8a8d4d7ab1476944a4f47441c7b9a9aaffe84f01 /mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html | |
parent | 474e1a413dea1562ac8d7a153e67e9bd962d17d5 (diff) |
Remove Swagger UI
Remove Swagger UI due to security scan concerns
Change-Id: I8c8a0f57f0e91af13280bbb260a67877017b6513
Issue-ID: SO-1227
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html b/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html deleted file mode 100644 index 803202a317..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>SO API Handler</title> - </head> - - <body> - <div> - <table style="width:100%"> - <tr><td> - <a href="/swagger/index.html">Visit our Swagger UI</a> - </td></tr> - <tr> - <td> - <a href="/readme/index.html">APIHandler Read me</a> - </td> - </tr> - <tr> - <td> - <a href="/env">View Current Properties</a> - </td> - </tr> - <tr> - <td> - <a href="/manage/health">View Health</a> - </td> - </tr> - <tr> - <td> - <a href="/metrics">View Metrics</a> - </td> - </tr> - <tr> - <td> - <a href="/h2">H2 Console</a> - </td> - </tr> - </table> - </div> - </body> -</html>
\ No newline at end of file |