@wireapp/api-client 27.13.0 → 27.13.1

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.
@@ -392,7 +392,7 @@ class ConversationAPI {
392
392
  const config = {
393
393
  data: conversationData,
394
394
  method: 'post',
395
- url: ConversationAPI.URL.CONVERSATIONS,
395
+ url: `/${ConversationAPI.URL.CONVERSATIONS}`,
396
396
  };
397
397
  try {
398
398
  const response = await this.client.sendJSON(config);
package/package.json CHANGED
@@ -66,6 +66,6 @@
66
66
  "watch": "webpack serve --config webpack.browser.js",
67
67
  "prepare": "yarn dist"
68
68
  },
69
- "version": "27.13.0",
70
- "gitHead": "88a63a88c01f327c43e8128bc7b6bff0faaf6073"
69
+ "version": "27.13.1",
70
+ "gitHead": "97f3072a9f0606a9b8f7e7bd7efd133f7731f0c9"
71
71
  }