|
|
@@ -6,17 +6,17 @@ 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 contrapoder } from "./portales/contrapoder/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";
|
|
|
import { handler as elmostrador } from "./portales/elmostrador/handler";
|
|
|
import { handler as fastcheck } from "./portales/fastcheck/handler";
|
|
|
-import { handler as glaciareschilenos } from "./portales/glaciareschilenos/handler";
|
|
|
+// import { handler as glaciareschilenos } from "./portales/glaciareschilenos/handler";
|
|
|
import { handler as emol } from "./portales/emol/handler";
|
|
|
import { handler as interferencia } from "./portales/interferencia/handler";
|
|
|
import { handler as laderasur } from "./portales/laderasur/handler";
|
|
|
-import { handler as latercera } from "./portales/latercera/handler";
|
|
|
+// import { handler as latercera } from "./portales/latercera/handler";
|
|
|
// import { handler as metrodesantiago } from "./portales/metrodesantiago/handler";
|
|
|
import { handler as tarreo } from "./portales/tarreo/handler";
|
|
|
import { handler as theclinic } from "./portales/theclinic/handler";
|
|
|
@@ -41,17 +41,17 @@ const portalsHandlers = {
|
|
|
"ciper": ciper,
|
|
|
"codexverde": codexverde,
|
|
|
"contrapoder": contrapoder,
|
|
|
- // "cooperativa": cooperativa,
|
|
|
+ "cooperativa": cooperativa,
|
|
|
"df": df,
|
|
|
"elciudadano": elciudadano,
|
|
|
"eldesconcierto": eldesconcierto,
|
|
|
"elmostrador": elmostrador,
|
|
|
"emol": emol,
|
|
|
"fastcheck": fastcheck,
|
|
|
- "glaciareschilenos": glaciareschilenos,
|
|
|
+ // "glaciareschilenos": glaciareschilenos,
|
|
|
"interferencia": interferencia,
|
|
|
"laderasur": laderasur,
|
|
|
- "latercera": latercera,
|
|
|
+ // "latercera": latercera,
|
|
|
// "metrodesantiago": metrodesantiago,
|
|
|
"tarreo": tarreo,
|
|
|
"theclinic": theclinic
|