update endpoint

This commit is contained in:
Hailey
2024-11-15 11:23:50 -08:00
parent 9afadd0f08
commit 21a10ad400
+1 -1
View File
@@ -59,7 +59,7 @@ function createStatsigOptions(prefetchUsers: StatsigUser[]) {
initTimeoutMs: 1,
// Get fresh flags for other accounts as well, if any.
prefetchUsers,
api: 'https://middleman.bsky.network/v2',
api: 'https://events.bsky.app/v2',
}
}