We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ea11a commit fdb1fc3Copy full SHA for fdb1fc3
src/client.ts
@@ -20,7 +20,7 @@ const defaultServer = {
20
backups: ['https://update.reactnative.cn/api'],
21
queryUrls: [
22
'https://gitee.com/sunnylqm/react-native-pushy/raw/master/endpoints.json',
23
- 'https://cdn.jsdelivr.net/gh/reactnativecn/react-native-pushy@master/endpoints.json',
+ 'https://cdn.jsdelivr.net/gh/reactnativecn/react-native-update@master/endpoints.json',
24
],
25
};
26
0 commit comments