Revert change
This commit is contained in:
parent
331f0f030d
commit
3f237c690d
|
@ -120,6 +120,6 @@ class ServerHandler(private val settings: ClientSettings) {
|
|||
private val STRING_ANY_MAP_LENS = Body.auto<Map<String, Any>>().toLens()
|
||||
private val SERVER_SETTINGS_LENS = Body.auto<ServerSettings>().toLens()
|
||||
private const val SERVER_ADDRESS = "https://api.mangadex.network/"
|
||||
private const val SERVER_ADDRESS_DEV = "http://localhost:28080/"
|
||||
private const val SERVER_ADDRESS_DEV = "https://mangadex-test.net/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue