Skip to content

Commit af9f9a2

Browse files
committed
oops
1 parent 17056e0 commit af9f9a2

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/github/subat0m1c/hatecheaters/utils/apiutils

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/subat0m1c/hatecheaters/utils/apiutils/HypixelApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import kotlinx.coroutines.withContext
1212

1313
object HypixelApi {
1414
private val url =
15-
if (HateCheatersModule.server == "default") "http://127.0.0.1:8000/" else "https://${HateCheatersModule.server}/"
15+
if (HateCheatersModule.server == "default") "https://subat0mic.click/" else "https://${HateCheatersModule.server}/"
1616

1717
private fun getServer(endpoint: EndPoint, uuid: String): String = url + endpoint.name.lowercase() + "/" + uuid
1818

0 commit comments

Comments
 (0)