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

Add support for osu!

pull/213/head
YaYPIXXO 6 years ago committed by GitHub
parent 3276e97327
commit 8877a3ce49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -721,6 +721,15 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"osu!": {
"errorMsg": "User not found! ;_;",
"errorType": "message",
"rank": 1017,
"url": "https://osu.ppy.sh/users/{}",
"urlMain": "https://osu.ppy.sh/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Pastebin": {
"errorType": "response_url",
"errorUrl": "https://pastebin.com/index",
@ -1195,4 +1204,4 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}
}

Loading…
Cancel
Save