1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-12-19 04:05:08 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update endpoint and example

This commit is contained in:
sunnylqm
2020-08-26 00:44:34 +08:00
parent 4cbeb7bec4
commit f461c8ddd2
2 changed files with 21 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
let currentEndpoint = 'https://update.reactnative.cn/api';
let currentEndpoint = 'https://update.react-native.cn/api';
function ping(url, rejectImmediate) {
return new Promise((resolve, reject) => {