class ApiConsts { //static String baseUrl = "http://10.200.204.20:2801/"; // Local server static String baseUrl = "https://api.cssynapses.com/tangheem/"; // Live server static String authentication = baseUrl + "api/Authentication/"; static String tangheemUsers = baseUrl + "api/TangheemUsers/"; static String user = baseUrl + "api/User/"; }