From 07c2f6bd2a5a04c2b4aed8ae9a8e79867afe6db2 Mon Sep 17 00:00:00 2001 From: blazzid Date: Mon, 15 Apr 2024 11:42:15 +0700 Subject: [PATCH] Update Gomov.kt ubah domain --- Gomov/src/main/kotlin/com/hexated/Gomov.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomov/src/main/kotlin/com/hexated/Gomov.kt b/Gomov/src/main/kotlin/com/hexated/Gomov.kt index be8f721e..8cb45a4b 100644 --- a/Gomov/src/main/kotlin/com/hexated/Gomov.kt +++ b/Gomov/src/main/kotlin/com/hexated/Gomov.kt @@ -11,7 +11,7 @@ import java.net.URI open class Gomov : MainAPI() { - override var mainUrl = "https://gomov.info" + override var mainUrl = "https://gomov.icu/" private var directUrl: String? = null override var name = "Gomov"