mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 17:02:42 +00:00
fix JS auth issue due to missig comma
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
*/
|
||||
this.authentications = {
|
||||
'api_key': {type: 'apiKey', 'in': 'header', name: 'api_key'},
|
||||
'http_basic_test': {type: 'basic'}
|
||||
'petstore_auth': {type: 'oauth2'},
|
||||
'http_basic_test': {type: 'basic'},
|
||||
'petstore_auth': {type: 'oauth2'}
|
||||
};
|
||||
/**
|
||||
* The default HTTP headers to be included for all API calls.
|
||||
|
||||
Reference in New Issue
Block a user