diff --git a/app/src/main/java/ani/dantotsu/connections/comments/CommentsAPI.kt b/app/src/main/java/ani/dantotsu/connections/comments/CommentsAPI.kt index ba18cb801a..57d08531e6 100644 --- a/app/src/main/java/ani/dantotsu/connections/comments/CommentsAPI.kt +++ b/app/src/main/java/ani/dantotsu/connections/comments/CommentsAPI.kt @@ -27,7 +27,7 @@ import uy.kohesive.injekt.Injekt import uy.kohesive.injekt.api.get object CommentsAPI { - private const val ADDRESS: String = "https://1224665.xyz:443" + private const val ADDRESS: String = "https://api.dantotsu.app" private var isOnline: Boolean = true var authToken: String? = null var userId: String? = null