Skip to content

Commit c6c023a

Browse files
committed
switch base_url to production
1 parent 1b944ee commit c6c023a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/krispcall/krispcall.app.mjs

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

8080
// Base URL for Development
81-
return "https://qa.safefamilyapp.com/api/v3/platform/pipedream";
81+
// return "https://qa.safefamilyapp.com/api/v3/platform/pipedream";
8282
},
8383
_headers() {
8484
return {

0 commit comments

Comments
 (0)