diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-08-07 07:33:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-07 07:33:22 +0000 |
commit | 3d12536915834869d4b68f101cd3724a54d0dc2a (patch) | |
tree | e78adec3923925dd6cbd3e16222b8dc339eb482d /aria/aria-rest-server/src/main/python/aria-rest/templates/index.html | |
parent | 7821df2b0170959868c5752f66eaaca07ba469b1 (diff) | |
parent | fd22d8ef4876ba53629b84fb84d46724273d6107 (diff) |
Merge "ARIA REST server initial commit"
Diffstat (limited to 'aria/aria-rest-server/src/main/python/aria-rest/templates/index.html')
-rw-r--r-- | aria/aria-rest-server/src/main/python/aria-rest/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aria/aria-rest-server/src/main/python/aria-rest/templates/index.html b/aria/aria-rest-server/src/main/python/aria-rest/templates/index.html new file mode 100644 index 0000000000..6d74cfc0f8 --- /dev/null +++ b/aria/aria-rest-server/src/main/python/aria-rest/templates/index.html @@ -0,0 +1,3 @@ +<body> +<h1>Not Implemented</h1> +</body> |