mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 02:24:33 +08:00
Added "Getting Started" API docs
This commit is contained in:
@ -35,7 +35,7 @@ class BooksApiController extends ApiController
|
||||
/**
|
||||
* Get a listing of books visible to the user.
|
||||
*/
|
||||
public function index()
|
||||
public function list()
|
||||
{
|
||||
$books = Book::visible();
|
||||
return $this->apiListingResponse($books, [
|
||||
|
Reference in New Issue
Block a user