version estable 2018
|
@ -5,10 +5,12 @@ import verdnatura.es.repartoverdnatura.INTERFACES.RestClient;
|
|||
public class ApiUtils {
|
||||
private ApiUtils() {}
|
||||
|
||||
//public static final String BASE_URL = "http://172.16.198.34:8080/";
|
||||
public static final String BASE_URL = "https://app.verdnatura.es/";
|
||||
public static final String BASE_URL = "http://172.16.198.34:8080/";
|
||||
//public static final String BASE_URL = "https://app.verdnatura.es/";
|
||||
|
||||
public static RestClient getAPIService() {
|
||||
return RetrofitClient.getClient(BASE_URL).create(RestClient.class);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 13 KiB |