We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d205c6e commit a06e08cCopy full SHA for a06e08c
components/tricentis_qtest/tricentis_qtest.app.mjs
@@ -90,7 +90,7 @@ export default {
90
},
91
methods: {
92
_baseUrl() {
93
- return `${this.$auth.qtest_base_uri}/api/v3`;
+ return `https://${this.$auth.qtest_base_uri}/api/v3`;
94
95
async _makeRequest({
96
$ = this, headers, ...otherOpts
0 commit comments