Fix: passing auth into codegen (#1226)
This commit is contained in:
@@ -1791,6 +1791,7 @@ export default {
|
|||||||
},
|
},
|
||||||
requestCode() {
|
requestCode() {
|
||||||
return generateCodeWithGenerator(this.requestType, {
|
return generateCodeWithGenerator(this.requestType, {
|
||||||
|
auth: this.auth,
|
||||||
method: this.method,
|
method: this.method,
|
||||||
url: this.url,
|
url: this.url,
|
||||||
pathName: this.pathName,
|
pathName: this.pathName,
|
||||||
|
|||||||
Reference in New Issue
Block a user