Skip to content

Commit

Permalink
fix-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
barnuri committed May 16, 2024
1 parent d7fb458 commit 364102d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/GeneratorsOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class GeneratorsOptions {
modelNameSuffix: string = '';
controllersFolderName: string = 'controllers';
controllerNamePrefix: string = '';
controllerNameSuffix: string = '';
controllerNameSuffix: string = 'Controller';
namepsace: string = 'OpenapiDefinitionGenerate';
type: string = 'client';
longMethodName: boolean = false;
Expand Down

0 comments on commit 364102d

Please sign in to comment.