Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
quidl committed Sep 9, 2024
1 parent 1112678 commit c796d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/api/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ module.exports = {
},

request(method, urlParam, data = {}, headers = {}, overrideOpts = {}) {
console.log('Katalon URL:', urlParam.url, 'Params:', urlParam.params);
return axios({
method,
url: urlParam.url,
Expand Down

0 comments on commit c796d35

Please sign in to comment.