forked from Mirrors/doipjs
Update service providers prone to network errors
This commit is contained in:
parent
0efa5350a5
commit
2ba601d0eb
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ const processURI = (uri, opts) => {
|
||||||
proof: {
|
proof: {
|
||||||
uri: uri,
|
uri: uri,
|
||||||
fetch: `https://dev.to/api/articles/${match[1]}/${match[2]}`,
|
fetch: `https://dev.to/api/articles/${match[1]}/${match[2]}`,
|
||||||
useProxy: false,
|
useProxy: true,
|
||||||
format: 'json',
|
format: 'json',
|
||||||
},
|
},
|
||||||
claim: {
|
claim: {
|
||||||
|
|
|
@ -34,7 +34,7 @@ const processURI = (uri, opts) => {
|
||||||
proof: {
|
proof: {
|
||||||
uri: uri,
|
uri: uri,
|
||||||
fetch: `https://mobile.twitter.com/${match[1]}/status/${match[2]}`,
|
fetch: `https://mobile.twitter.com/${match[1]}/status/${match[2]}`,
|
||||||
useProxy: false,
|
useProxy: true,
|
||||||
format: 'text',
|
format: 'text',
|
||||||
},
|
},
|
||||||
claim: {
|
claim: {
|
||||||
|
|
Loading…
Reference in a new issue