Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Mar 31, 2023
1 parent 65d90e9 commit a1f9d84
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ public class SMTHHelper {
public OkHttpClient mHttpClient;

// WWW service of SMTH, but actually most of services are actually from nForum
static private final String SMTH_WWW_URL = "https://www.mysmth.net/";
static private final String SMTH_IMAGE_PREFIX_CDN = "https://static.mysmth.net";
static private final String SMTH_IMAGE_PREFIX_DIRECT = "https://www.mysmth.net";
static private final String SMTH_WWW_URL = "https://www.newsmth.net/";
static private final String SMTH_IMAGE_PREFIX_CDN = "https://static.newsmth.net";
static private final String SMTH_IMAGE_PREFIX_DIRECT = "https://www.newsmth.net";
// Mobile service of SMTH; this is used for webchat sharing & open in browser
static public final String SMTH_MOBILE_URL = "https://m.mysmth.net";
static public final String SMTH_MOBILE_URL = "https://m.newsmth.net";

public SMTHWWWService wService;
static private final String SMTH_WWW_ENCODING = "GB2312";
Expand Down

0 comments on commit a1f9d84

Please sign in to comment.