Skip to content

Commit 077bfdf

Browse files
removing custom field base url
1 parent 89b1823 commit 077bfdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/krispcall/krispcall.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
},
7575
methods: {
7676
_baseUrl() {
77-
return `${this.$auth.url}/api/v1/platform/pipedream`;
77+
return "https://automationapi.krispcall.com/api/v1/platform/pipedream";
7878
},
7979
_headers() {
8080
return {

components/krispcall/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/krispcall",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream KrispCall Components",
55
"main": "krispcall.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)