Skip to content

Commit 633d2c1

Browse files
committed
Pass enableCookies option from SwaggerClient options to SwaggerHttp.execute options (which is already used by swagger-ui project)
1 parent d10252c commit 633d2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ SwaggerClient.prototype.build = function (mock) {
203203
useJQuery: this.useJQuery,
204204
jqueryAjaxCache: this.jqueryAjaxCache,
205205
connectionAgent: this.connectionAgent,
206+
enableCookies: this.enableCookies,
206207
url: this.url,
207208
method: 'get',
208209
headers: {

0 commit comments

Comments
 (0)