|
|
@@ -7,6 +7,7 @@ import { handler as adnradio } from "./portales/adnradio/handler";
|
|
|
import { handler as biobiochile } from "./portales/biobiochile/handler";
|
|
|
import { handler as chilecultura } from "./portales/chilecultura/handler";
|
|
|
import { handler as ciper } from "./portales/ciper/handler";
|
|
|
+import { handler as cnnchile } from "./portales/cnnchile/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";
|
|
|
@@ -24,7 +25,7 @@ import { handler as lanacion } from "./portales/lanacion/handler";
|
|
|
import { handler as latercera } from "./portales/latercera/handler";
|
|
|
import { handler as meteored } from "./portales/meteored/handler";
|
|
|
// import { handler as metrodesantiago } from "./portales/metrodesantiago/handler";
|
|
|
-import { handler as resumen } from "./portales/resumen/handler";
|
|
|
+//import { handler as resumen } from "./portales/resumen/handler";
|
|
|
import { handler as tarreo } from "./portales/tarreo/handler";
|
|
|
import { handler as theclinic } from "./portales/theclinic/handler";
|
|
|
|
|
|
@@ -49,6 +50,7 @@ const portalsHandlers = {
|
|
|
"biobiochile": biobiochile,
|
|
|
"chilecultura": chilecultura,
|
|
|
"ciper": ciper,
|
|
|
+ "cnnchile": cnnchile,
|
|
|
"codexverde": codexverde,
|
|
|
"contrapoder": contrapoder,
|
|
|
"cooperativa": cooperativa,
|