forked from loafle/openapi-generator-original
[JS] fix template directory for ES5 (#6253)
* fix #5845 (template dir) * fix js petstore test case
This commit is contained in:
@@ -42,6 +42,7 @@ export default class ApiClient {
|
||||
*/
|
||||
this.authentications = {
|
||||
'api_key': {type: 'apiKey', 'in': 'header', name: 'api_key'},
|
||||
'api_key_query': {type: 'apiKey', 'in': 'query', name: 'api_key_query'},
|
||||
'http_basic_test': {type: 'basic'},
|
||||
'petstore_auth': {type: 'oauth2'}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user