add userbook from searched book
This commit is contained in:
@@ -36,6 +36,10 @@ export function postBook(book) {
|
||||
return genericPostCall('/book', book.value)
|
||||
}
|
||||
|
||||
export async function postUserBook(userbook) {
|
||||
return genericPostCall('/userbook', userbook)
|
||||
}
|
||||
|
||||
export function postLogin(user) {
|
||||
return genericPostCallNoAuth('/auth/login', user.value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user