diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 01:05:11 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-18 01:05:11 -0500 |
commit | 8438802ce05192f0c2b71795583622893c5f0d94 (patch) | |
tree | f428a66d1c93a8e182f4899e876d3ddb831e7122 /views | |
parent | dd2642cf9b012e4006dd14eafbaf85a4f62c110d (diff) |
Diffstat (limited to 'views')
-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> |