Skip to content

Commit 6d77548

Browse files
Update Baseurl for the production
1 parent adee904 commit 6d77548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/krispcall/krispcall.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
methods: {
7676
_baseUrl() {
7777
// Base URL for Production
78-
return "https://automationapi.krispcall.com/api/v3/platform/pipedream";
78+
return "https://app.krispcall.com/api/v3/platform/pipedream";
7979

8080
// Base URL for Development
8181
// return "https://qa.safefamilyapp.com/api/v3/platform/pipedream";

0 commit comments

Comments
 (0)