fix: comment api change
This commit is contained in:
parent
9d13920f63
commit
7e504df55a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import uy.kohesive.injekt.Injekt
|
||||||
import uy.kohesive.injekt.api.get
|
import uy.kohesive.injekt.api.get
|
||||||
|
|
||||||
object CommentsAPI {
|
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
|
private var isOnline: Boolean = true
|
||||||
var authToken: String? = null
|
var authToken: String? = null
|
||||||
var userId: String? = null
|
var userId: String? = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue