wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Fixed generation of ‘Accept’ header #168

Closed adamstortz closed 7 years ago

adamstortz commented 7 years ago

The code that creates the Accept header was building an array. This is inconsistent with the other headers which are all strings. This update fixed that.