Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/krispcall/krispcall.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
methods: {
_baseUrl() {
// Base URL for Production
return "https://automationapi.krispcall.com/api/v3/platform/pipedream";
return "https://app.krispcall.com/api/v3/platform/pipedream";

// Base URL for Development
// return "https://qa.safefamilyapp.com/api/v3/platform/pipedream";
Expand Down
Loading