Skip to content

Commit 7da6729

Browse files
committed
add comment about base url
1 parent 69b48fe commit 7da6729

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/krispcall/krispcall.app.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ export default {
7474
},
7575
methods: {
7676
_baseUrl() {
77+
// Base URL for Production
78+
// return https://automationapi.krispcall.com/api/v1/platform/pipedream
79+
80+
// Base URL for Development
7781
return "https://automationqaapi.safefamilyapp.com/api/v1/platform/pipedream";
7882
},
7983
_headers() {

0 commit comments

Comments
 (0)