Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/738816becfa88fac6832d80227549a24f2e7fb28 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add support for Vero

pull/782/head
Arnav Mehta 5 years ago committed by GitHub
parent 6c5f2533a4
commit 738816becf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1674,6 +1674,13 @@
"username_claimed": "jenny",
"username_unclaimed": "noonewouldeverusethis7"
},
"Vero": {
"errorType": "status_code",
"url": "https://vero.co/{}",
"urlMain": "https://vero.co/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"Vimeo": {
"errorType": "status_code",
"url": "https://vimeo.com/{}",
@ -2253,4 +2260,4 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}
}

Loading…
Cancel
Save