|  |  |  | @ -3,8 +3,8 @@ import 'package:mohem_flutter_app/ui/marathon/widgets/question_card.dart'; | 
		
	
		
			
				|  |  |  |  | class ApiConsts { | 
		
	
		
			
				|  |  |  |  |   //static String baseUrl = "http://10.200.204.20:2801/"; // Local server | 
		
	
		
			
				|  |  |  |  |   // static String baseUrl = "https://erptstapp.srca.org.sa"; // SRCA server | 
		
	
		
			
				|  |  |  |  |   static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server | 
		
	
		
			
				|  |  |  |  |   // static String baseUrl = "https://hmgwebservices.com"; // Live server | 
		
	
		
			
				|  |  |  |  |   // static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server | 
		
	
		
			
				|  |  |  |  |   static String baseUrl = "https://hmgwebservices.com"; // Live server | 
		
	
		
			
				|  |  |  |  |   static String baseUrlServices = baseUrl + "/Services/"; // server | 
		
	
		
			
				|  |  |  |  |   // static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server | 
		
	
		
			
				|  |  |  |  |   static String utilitiesRest = baseUrlServices + "Utilities.svc/REST/"; | 
		
	
	
		
			
				
					|  |  |  | 
 |