feat: mark book as read
This commit is contained in:
@@ -36,8 +36,8 @@ export function postBook(book) {
|
||||
return genericPostCall('/book', book.value)
|
||||
}
|
||||
|
||||
export async function postUserBook(userbook) {
|
||||
return genericPostCall('/userbook', userbook)
|
||||
export async function postReadBook(userbook) {
|
||||
return genericPostCall('/book/read', userbook)
|
||||
}
|
||||
|
||||
export function postLogin(user) {
|
||||
|
||||
Reference in New Issue
Block a user