| 
					
				 | 
			
			
				@@ -5,7 +5,7 @@ import config from "./config"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { handler as chilecultura } from "./portales/chilecultura/handler"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { handler as ciper } from "./portales/ciper/handler"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { handler as codexverde } from "./portales/codexverde/handler"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { handler as cooperativa } from "./portales/cooperativa/handler"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// import { handler as cooperativa } from "./portales/cooperativa/handler"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { handler as df } from "./portales/df/handler"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { handler as elciudadano } from "./portales/elciudadano/handler"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { handler as eldesconcierto } from "./portales/eldesconcierto/handler"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -39,7 +39,7 @@ const portalsHandlers = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "chilecultura": chilecultura, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "ciper": ciper, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "codexverde": codexverde, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  "cooperativa": cooperativa, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "cooperativa": cooperativa, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "df": df, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "elciudadano": elciudadano, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "eldesconcierto": eldesconcierto, 
			 |