mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-14 09:53:03 +00:00
feat(api): update base url
This commit is contained in:
@@ -21,7 +21,7 @@ import lombok.extern.log4j.Log4j2;
|
||||
@Log4j2
|
||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
||||
public class AppStoreScraper {
|
||||
public static final String BASE_URL = "https://miti-app-store-scraper.vercel.app/";
|
||||
public static final String BASE_URL = "https://store-scraper.vercel.app/apple/";
|
||||
|
||||
@SneakyThrows
|
||||
public static String rawApp(AppleAppRequest request) {
|
||||
|
||||
@@ -21,7 +21,7 @@ import lombok.extern.log4j.Log4j2;
|
||||
@Log4j2
|
||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
||||
public class GooglePlayScraper {
|
||||
public static final String BASE_URL = "https://miti-google-play-scraper.vercel.app/";
|
||||
public static final String BASE_URL = "https://store-scraper.vercel.app/google/";
|
||||
|
||||
@SneakyThrows
|
||||
public static String rawApp(GoogleAppRequest request) {
|
||||
|
||||
Reference in New Issue
Block a user