diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2019-01-06 15:34:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-06 15:34:41 +0000 |
commit | 69abb1bdca1a042849c72e90a76c39257fdf1a9b (patch) | |
tree | 590c173302724a4963ec0ff702331f3794274e6c /mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html | |
parent | 164f9a02786b145aaaf81ddbf156b2a6f8487461 (diff) | |
parent | 7a121bf70f9547fc381766be131e635c7519b5e2 (diff) |
Merge "Remove Swagger UI"
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 |