Skip to content

Commit 4618f67

Browse files
committed
[views] use correct paths
1 parent 4a94f3e commit 4618f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/views/frontend/public/javascripts/countly.models.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
return {
102102
type: "GET",
103-
url: countlyCommon.API_URL + countlyCommon.API_PARTS.data.r,
103+
url: countlyCommon.API_PARTS.data.r,
104104
data: data
105105
};
106106
},
@@ -142,7 +142,7 @@
142142

143143
return {
144144
type: "GET",
145-
url: countlyCommon.API_URL + countlyCommon.API_PARTS.data.r,
145+
url: countlyCommon.API_PARTS.data.r,
146146
data: data
147147
};
148148
},

0 commit comments

Comments
 (0)