- qa feedback implemented

main
saif 2024-05-30 13:10:27 +05:00
parent 52b4e006c2
commit 360ce2dd24
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
public class RetrofitClient {
// private final static String BASE_URL = "https://portal.utopiaindustries.pk/uind/";
private final static String BASE_URL = "http://192.168.91.16:8080/uind/";
private final static String BASE_URL = "https://portal.utopiaindustries.pk/uind/";
// private final static String BASE_URL = "http://192.168.91.16:8080/uind/";
private static Retrofit retrofit;