1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Revert change

This commit is contained in:
carbotaniuman 2020-07-02 16:26:05 -05:00
parent 331f0f030d
commit 3f237c690d

View file

@ -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/"
}
}