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 89b1823 commit 077bfdfCopy full SHA for 077bfdf
components/krispcall/krispcall.app.mjs
@@ -74,7 +74,7 @@ export default {
74
},
75
methods: {
76
_baseUrl() {
77
- return `${this.$auth.url}/api/v1/platform/pipedream`;
+ return "https://automationapi.krispcall.com/api/v1/platform/pipedream";
78
79
_headers() {
80
return {
components/krispcall/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/krispcall",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Pipedream KrispCall Components",
5
"main": "krispcall.app.mjs",
6
"keywords": [
0 commit comments