tradly 1.0.60 → 1.0.61
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.
|
@@ -79,7 +79,7 @@ export const EARNINGS = '/v1/earnings';
|
|
|
79
79
|
export const BLOCKEDACCOUNT = '/v1/accounts/feeds/blocked?type=accounts&'
|
|
80
80
|
export const FOLLOWINGACCOUNT = '/v1/accounts/feeds/following?type=accounts&'
|
|
81
81
|
|
|
82
|
-
export const FOLLOWINGLISTING = '/v1/
|
|
82
|
+
export const FOLLOWINGLISTING = '/products/v1/feeds/following?type=listings&'
|
|
83
83
|
|
|
84
84
|
export const LAYER = '/v1/layers';
|
|
85
85
|
|