We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17056e0 commit af9f9a2Copy full SHA for af9f9a2
src/main/kotlin/com/github/subat0m1c/hatecheaters/utils/apiutils/HypixelApi.kt
@@ -12,7 +12,7 @@ import kotlinx.coroutines.withContext
12
13
object HypixelApi {
14
private val url =
15
- if (HateCheatersModule.server == "default") "http://127.0.0.1:8000/" else "https://${HateCheatersModule.server}/"
+ if (HateCheatersModule.server == "default") "https://subat0mic.click/" else "https://${HateCheatersModule.server}/"
16
17
private fun getServer(endpoint: EndPoint, uuid: String): String = url + endpoint.name.lowercase() + "/" + uuid
18
0 commit comments