Update API URL. (#13306)

Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
This commit is contained in:
Stewart Cossey 2022-09-04 00:32:43 +12:00 committed by GitHub
parent 2b62f74e5f
commit df432a7fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import com.google.gson.JsonParser;
@NonNullByDefault
public class API {
private static final int REQUEST_TIMEOUT = 10;
private static final String REQUEST_URL = "https://hccfightthelandfill.azure-api.net/get_Collection_Dates?address_string=";
private static final String REQUEST_URL = "https://api.hcc.govt.nz/FightTheLandFill/get_Collection_Dates?address_string=";
private static final int HTTP_OK = 200;
private final Logger logger = LoggerFactory.getLogger(API.class);