Skip to content

Commit

Permalink
Base URL adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
GTFalcao committed Oct 10, 2024
1 parent d205c6e commit a06e08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tricentis_qtest/tricentis_qtest.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
},
methods: {
_baseUrl() {
return `${this.$auth.qtest_base_uri}/api/v3`;
return `https://${this.$auth.qtest_base_uri}/api/v3`;
},
async _makeRequest({
$ = this, headers, ...otherOpts
Expand Down

0 comments on commit a06e08c

Please sign in to comment.