tradly 1.0.55 → 1.0.56
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.
|
@@ -76,7 +76,7 @@ export const PROMO = '/v1/promos';
|
|
|
76
76
|
export const TRANSACTIONS = '/v1/transactions';
|
|
77
77
|
export const EARNINGS = '/v1/earnings';
|
|
78
78
|
|
|
79
|
-
export const BLOCKEDACCOUNT = 'v1/accounts/feeds/blocked?type=accounts&'
|
|
79
|
+
export const BLOCKEDACCOUNT = '/v1/accounts/feeds/blocked?type=accounts&'
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|