Skip to content

Commit 82d586e

Browse files
authored
Merge pull request #3852 from Countly/docker-changes
[views] use correct paths
2 parents 4a94f3e + 4618f67 commit 82d586e

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)