@wix/auto_sdk_blog_posts 1.0.70 → 1.0.71

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