Skip to content

Commit 50e311b

Browse files
committed
update api endpoint to opensource.form
1 parent 60ae205 commit 50e311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/relay/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
CacheConfig,
1111
} from 'relay-runtime'
1212

13-
const HTTP_ENDPOINT = 'http://api.firstcontributions.com/v1/graphql'
13+
const HTTP_ENDPOINT = 'https://api.opensource.forum/v1/graphql'
1414
const IS_SERVER = typeof window === typeof undefined
1515
const CACHE_TTL = 5 * 1000 // 5 seconds, to resolve preloaded results
1616

0 commit comments

Comments
 (0)