diff options
author | vv770d <vv770d@att.com> | 2017-03-15 19:31:34 -0400 |
---|---|---|
committer | Venkatesh Kumar, Vijay (vv770d) <vv770d@att.com> | 2017-04-14 17:13:59 -0400 |
commit | 369563e28b80aaa48ea5ea7c9b567bc204d84196 (patch) | |
tree | 77e5d72abd1354ef5ed36d7a5c60ad91313c1eab /src/main/resources/templates/hello.html | |
parent | 0205f9029e2f56f58a3fcfbc8b9151731a5ce773 (diff) |
[DCAE-14] VES collector rebasing updates for 1.1.0
Change-Id: Iac6a52fcb644028420ffd607c46fd5bc9c65bf8c
Signed-off-by: Venkatesh Kumar, Vijay (vv770d) <vv770d@att.com>
Diffstat (limited to 'src/main/resources/templates/hello.html')
-rw-r--r-- | src/main/resources/templates/hello.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/hello.html b/src/main/resources/templates/hello.html index 3c2b806..84a5ba9 100644 --- a/src/main/resources/templates/hello.html +++ b/src/main/resources/templates/hello.html @@ -21,7 +21,7 @@ #set($tab="")
#parse("header.html")
- <h1>RESTful Collector API</h1>
- <p>This is a RESTful Collector API server.</p>
+ <h1>VES Collector API</h1>
+ <p>This is a VES Collector API server.</p>
#parse("footer.html")
|