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 1b944ee commit c6c023aCopy full SHA for c6c023a
components/krispcall/krispcall.app.mjs
@@ -75,10 +75,10 @@ export default {
75
methods: {
76
_baseUrl() {
77
// Base URL for Production
78
- // return "https://automationapi.krispcall.com/api/v3/platform/pipedream";
+ return "https://automationapi.krispcall.com/api/v3/platform/pipedream";
79
80
// Base URL for Development
81
- return "https://qa.safefamilyapp.com/api/v3/platform/pipedream";
+ // return "https://qa.safefamilyapp.com/api/v3/platform/pipedream";
82
},
83
_headers() {
84
return {
0 commit comments