Skip to content

Commit

Permalink
feat: allow headers for openapi (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary authored Mar 29, 2024
1 parent 0eb2b05 commit 6667a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orval.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const MOCK_ME = {
export default defineConfig({
app: {
output: {
headers: true,
mode: 'tags-split',
workspace: './src/api',
target: './app.ts',
Expand Down

0 comments on commit 6667a76

Please sign in to comment.