diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-08-31 14:27:38 +0800 |
---|---|---|
committer | chuanyu chen <chenchuanyu@huawei.com> | 2017-09-04 06:59:28 +0000 |
commit | 26b7c9ddb2b36b1f6440083811653321aec98fde (patch) | |
tree | edb04350f565a8533b8c21236dabbe733852142c /adapters/mso-vfc-adapter/WebContent/check.html | |
parent | 93933fe43ef56ed7b29d6edbd0da8060e36ceb8b (diff) |
Add VF-C Adapter
Add VF-C Adapter to support VF-C APIs
Change-Id: I4eb27755c8c5420343f457e0f9be37aa438361eb
Issue-ID:SO-41
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'adapters/mso-vfc-adapter/WebContent/check.html')
-rw-r--r-- | adapters/mso-vfc-adapter/WebContent/check.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/adapters/mso-vfc-adapter/WebContent/check.html b/adapters/mso-vfc-adapter/WebContent/check.html new file mode 100644 index 0000000000..00f37d60d1 --- /dev/null +++ b/adapters/mso-vfc-adapter/WebContent/check.html @@ -0,0 +1,10 @@ +<!DOCTYPE html>
+<html>
+<head>
+<meta charset="ISO-8859-1">
+<title>Health Check</title>
+</head>
+<body>
+Application ready
+</body>
+</html>
\ No newline at end of file |