mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1462 beta.newsblur.com base url
This commit is contained in:
parent
bc53089b62
commit
6f42adb311
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ public class APIConstants {
|
|||
|
||||
private APIConstants() {} // util class - no instances
|
||||
|
||||
private static final String DEFAULT_NEWSBLUR_URL_BASE = "https://www.newsblur.com";
|
||||
private static final String DEFAULT_NEWSBLUR_URL_BASE = "https://beta.newsblur.com";
|
||||
|
||||
private static String CurrentUrlBase = DEFAULT_NEWSBLUR_URL_BASE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue