bulltrackers-module 1.0.682 → 1.0.683
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.
|
@@ -34,7 +34,7 @@ const PUBLIC_ROUTES = [
|
|
|
34
34
|
'/popular-investors/search',
|
|
35
35
|
'/popular-investors/profile', // Public PI profiles - userCid optional for personalization
|
|
36
36
|
'/verification/lookup', // Uses Firebase Auth token instead of userCid
|
|
37
|
-
|
|
37
|
+
// NOTE: /alerts/types REMOVED - now requires auth to check developer status for test alerts
|
|
38
38
|
'/alerts/dynamic-watchlist-computations', // Static data - doesn't need userCid
|
|
39
39
|
'/popular-investors/track-view', // Optional userCid - can track views anonymously
|
|
40
40
|
'/reviews' // Public reviews - userCid optional (for showing current user's review)
|