Browse Source

Update messages & REST API help reference page

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.2-alpha v0.0.2-alpha
Pekka Helenius 4 years ago
parent
commit
cff0480d76
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bookstore/src/main/resources/messages.properties
  2. +1
    -1
      bookstore/src/main/resources/templates/apiref.html

+ 1
- 1
bookstore/src/main/resources/messages.properties View File

@ -70,7 +70,7 @@ page.text.apiref.book.add = Adding a book
page.text.apiref.book.add.a = Without author and category information\: page.text.apiref.book.add.a = Without author and category information\:
page.text.apiref.book.add.b = With author and category information\: page.text.apiref.book.add.b = With author and category information\:
page.text.apiref.book.add.c = Without author and with category information\: page.text.apiref.book.add.c = Without author and with category information\:
page.text.apiref.book.add.d = With author's last name\:
page.text.apiref.book.add.d = With author's last name and with category information\:
page.text.apiref.book.info.a = Category is correctly mapped even if letter case is not correct. page.text.apiref.book.info.a = Category is correctly mapped even if letter case is not correct.


+ 1
- 1
bookstore/src/main/resources/templates/apiref.html View File

@ -137,7 +137,7 @@
<tr> <tr>
<td class="apiref-table-right"> <td class="apiref-table-right">
<code th:text="'curl --request GET ' + ${baseUrl} + 'api/authors/search/fullname?firstname=Angela&lastname=Carter'">
<code th:text="'curl --request GET &quot;' + ${baseUrl} + 'api/authors/search/fullname?firstname=Angela&lastname=Carter&quot;'">
code placeholder code placeholder
</code> </code>
</td> </td>


Loading…
Cancel
Save