diff options
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, 41 insertions, 0 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 new file mode 100644 index 0000000000..803202a317 --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/main/resources/static/index.html @@ -0,0 +1,41 @@ +<!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 |