diff options
Diffstat (limited to 'views/index.handlebars')
-rw-r--r-- | views/index.handlebars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/index.handlebars b/views/index.handlebars index d31363a..26f79ff 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -17,3 +17,5 @@ <li class="list-group-item">{{this.name}}: {{this.email}}</li> {{/each}} </ul> + +<a href="/nodejs/api/members" class="btn btn-light mt-4">Visit API</a> |