diff options
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")
|