Skip to content

Commit 27ac39c

Browse files
committed
修复 pathClassNameDefaultName
1 parent 756aaf9 commit 27ac39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const defaultOptions: ISwaggerOptions = {
2727
enumNamePrefix: 'Enum',
2828
methodNameMode: 'operationId',
2929
classNameMode: 'normal',
30-
PathClassNameDefaultName: 'Global',
30+
pathClassNameDefaultName: 'Global',
3131
outputDir: './service',
3232
fileName: 'index.ts',
3333
useStaticMethod: true,

0 commit comments

Comments
 (0)