@wix/auto_sdk_blog_posts 1.0.71 → 1.0.72

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.
@@ -39,12 +39,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
39
39
  srcPath: "/_api/communities-blog-node-api/v3/posts",
40
40
  destPath: "/v3/posts"
41
41
  }
42
- ],
43
- "www.wixapis.com": [
44
- {
45
- srcPath: "/_api/v3/posts",
46
- destPath: "/v3/posts"
47
- }
48
42
  ]
49
43
  };
50
44
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -215,6 +209,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
215
209
  {
216
210
  srcPath: "/blog/v2/stats",
217
211
  destPath: "/v2/stats"
212
+ },
213
+ {
214
+ srcPath: "/_api/v3/posts",
215
+ destPath: "/v3/posts"
218
216
  }
219
217
  ]
220
218
  };