forked from loafle/openapi-generator-original
[typescript-angular] Fix configuration import in apiInterface.mustache when the configurationPrefix option is used (#8416)
Co-authored-by: Stefan Straka <Stefan.Straka@cloudflight.io>
This commit is contained in:
@@ -8,7 +8,7 @@ import { {{classname}} } from '../model/models';
|
||||
{{/imports}}
|
||||
|
||||
|
||||
import { Configuration } from '../configuration';
|
||||
import { {{configurationClassName}} } from '../configuration';
|
||||
|
||||
{{#operations}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user