diff options
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/WebContent/check.html')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/WebContent/check.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/check.html b/mso-api-handlers/mso-api-handler-infra/WebContent/check.html new file mode 100644 index 0000000000..ea2f0e265a --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/WebContent/check.html @@ -0,0 +1,11 @@ +<!DOCTYPE html>
+<html>
+<head>
+<meta charset="ISO-8859-1">
+<title>Health Check</title>
+</head>
+<body>
+Application ready
+</body>
+</html>
+
|