Merge branch 'main' into feature/1602-multipart-content-type

# Conflicts:
#	packages/bruno-lang/v2/src/jsonToBru.js
This commit is contained in:
busy-panda
2024-09-09 11:49:38 +02:00
307 changed files with 10004 additions and 20657 deletions

View File

@@ -60,7 +60,8 @@ const prepareRequest = (request, collectionRoot) => {
let axiosRequest = {
method: request.method,
url: request.url,
headers: headers
headers: headers,
pathParams: request?.params?.filter((param) => param.type === 'path')
};
const collectionAuth = get(collectionRoot, 'request.auth');