Skip to content

Commit

Permalink
Set postman request names to x-proxy-name
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-pham1 committed Nov 25, 2024
1 parent 2dfa87a commit 99bad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-api-zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const generatePostmanCollections = (folder, postmanFileName, content) => {

postmanConverter.convert(
{ type: "string", data: content },
{},
{ requestNameSource: 'x-proxy-name' },
(err, conversionResult) => {
clearTimeout(timeout);
if (err !== null) {
Expand Down

0 comments on commit 99bad79

Please sign in to comment.