muba-posting 4.1.1 → 4.1.2

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.
Files changed (2) hide show
  1. package/Posting.js +1 -1
  2. package/package.json +1 -1
package/Posting.js CHANGED
@@ -28,7 +28,7 @@ const FontAwesomeIcon = createIconSetFromFontello(fontelloConfig);
28
28
 
29
29
  const CREATE_AD = { method: 'POST', url: '/controller/ads' };
30
30
  const UPDATE_AD = { method: 'PUT', url: '/controller/ads/{adId}' };
31
- const AD = { method: 'GET', url: '/controller/ads/{adId}' };
31
+ const AD = { method: 'GET', url: '/controller/ads/{adId}/posting' };
32
32
  const BUSINESS_ID = { method: 'GET', url: '/controller/users/{userId}/businessId' };
33
33
  const BUSINESS_PRODUCTS = { method: 'GET', url: '/controller/products/{key}/remaining' };
34
34
  const MAX_PICTURES = { method: 'GET', url: '/controller/max-pictures' };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {