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

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' group = 'com.mangadex'
version = '1.0.0-rc0' version = '1.0.0-rc1'
mainClassName = 'mdnet.base.MangadexClient' mainClassName = 'mdnet.base.MangadexClient'
repositories { repositories {

View file

@ -10,7 +10,7 @@ import java.util.HashMap;
public class ServerHandler { public class ServerHandler {
private final static Logger LOGGER = LoggerFactory.getLogger(ServerHandler.class); 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; private final ClientSettings settings;