@ecency/sdk 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3317,7 +3317,7 @@ function getStatsQueryOptions({
3317
3317
  queryKey: ["integrations", "plausible", url, dimensions, metrics],
3318
3318
  queryFn: async () => {
3319
3319
  const fetchApi = getBoundFetch();
3320
- const response = await fetchApi(`https://ecency.com/api/stats`, {
3320
+ const response = await fetchApi(`${CONFIG.privateApiHost}/api/stats`, {
3321
3321
  method: "POST",
3322
3322
  body: JSON.stringify({
3323
3323
  metrics,