Skip to content

Commit

Permalink
👷 add keep alive to genrate doc api header
Browse files Browse the repository at this point in the history
  • Loading branch information
hemedani committed Jun 17, 2024
1 parent 1e4cf98 commit 41589fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const lesanApi = (
headers: {
...getSetting().headers,
...additionalHeaders,
connection: "keep-alive",
},
body: JSON.stringify(body),
});
Expand Down

0 comments on commit 41589fc

Please sign in to comment.