Skip to content

Commit

Permalink
fix: comment api change
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed May 9, 2024
1 parent 9d13920 commit 7e504df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e504df

Please sign in to comment.