Adam Merritt

Results 2 comments of Adam Merritt

Looks like this needs to be changed: ```ts // specGenerator3.ts // ... private buildServers() { const basePath = normalisePath(this.config.basePath as string, '/', undefined, false); const scheme = this.config.schemes ? this.config.schemes[0]...