Update SERVER_ADDRESS

This commit is contained in:
carbotaniuman 2020-06-06 18:14:18 -05:00
parent 6b106f52fc
commit 198f790bed
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ plugins {
}
group = 'com.mangadex'
version = '1.0.0-rc0'
version = '1.0.0-rc1'
mainClassName = 'mdnet.base.MangadexClient'
repositories {

View file

@ -10,7 +10,7 @@ import java.util.HashMap;
public class ServerHandler {
private final static Logger LOGGER = LoggerFactory.getLogger(ServerHandler.class);
private static final String SERVER_ADDRESS = "https://mangadex-test.net/";
private static final String SERVER_ADDRESS = "https://api.mangadex.network/";
private final ClientSettings settings;