Skip to content

@sylis/api v0.0.1


@sylis/api / modules/books/books.controller / BooksController

Class: BooksController

Defined in: apps/api/src/modules/books/books.controller.ts:8

Constructors

Constructor

new BooksController(BooksService): BooksController

Defined in: apps/api/src/modules/books/books.controller.ts:9

Parameters

BooksService

BooksService

Returns

BooksController

Methods

books()

books(): Promise<GetBooksResDto[]>

Defined in: apps/api/src/modules/books/books.controller.ts:15

Returns

Promise<GetBooksResDto[]>