diff --git a/package.json b/package.json index e35d742..80f9198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unibook-client", - "version": "1.0.22", + "version": "1.0.23", "repository": "https://github.com/HyunsDev/unibook-client.git", "author": "혀느현스 ", "license": "Unlicense", diff --git a/src/endpoint/book/section/export/endpoint.ts b/src/endpoint/book/section/export/endpoint.ts index a24354c..ddc114d 100644 --- a/src/endpoint/book/section/export/endpoint.ts +++ b/src/endpoint/book/section/export/endpoint.ts @@ -9,7 +9,7 @@ export const ExportSectionPDF: Endpoint< ExportSectionPDFRes > = { method: "POST", - path: (e) => `/books/${e.bookId}/sections/${e.sectionId}/pdf`, + path: (e) => `/books/${e.bookId}/sections/${e.sectionId}/export/pdf`, pathParams: ["bookId", "sectionId"], }; export type ExportSectionPDFReqPath = {