We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ae205 commit 50e311bCopy full SHA for 50e311b
src/relay/environment.ts
@@ -10,7 +10,7 @@ import {
10
CacheConfig,
11
} from 'relay-runtime'
12
13
-const HTTP_ENDPOINT = 'http://api.firstcontributions.com/v1/graphql'
+const HTTP_ENDPOINT = 'https://api.opensource.forum/v1/graphql'
14
const IS_SERVER = typeof window === typeof undefined
15
const CACHE_TTL = 5 * 1000 // 5 seconds, to resolve preloaded results
16
0 commit comments