swagger-axios-codegen
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -91,3 +91,3 @@ "use strict"; | ||
const configs = <AxiosRequestConfig>{ ...options }; | ||
const configs = <AxiosRequestConfig>{ ...options,method:'${method}' }; | ||
configs.headers = { | ||
@@ -94,0 +94,0 @@ ...options.headers, |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "./dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/", |
1131875