|
|
@@ -18,6 +18,7 @@ import { handler as fastcheck } from "./portales/fastcheck/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 lanacion } from "./portales/lanacion/handler";
|
|
|
import { handler as latercera } from "./portales/latercera/handler";
|
|
|
// import { handler as metrodesantiago } from "./portales/metrodesantiago/handler";
|
|
|
import { handler as resumen } from "./portales/resumen/handler";
|
|
|
@@ -56,8 +57,9 @@ const portalsHandlers = {
|
|
|
// "glaciareschilenos": glaciareschilenos,
|
|
|
"interferencia": interferencia,
|
|
|
"laderasur": laderasur,
|
|
|
+ "lanacion": lanacion,
|
|
|
"latercera": latercera,
|
|
|
- "resumen": resumen,
|
|
|
+ //"resumen": resumen,
|
|
|
"tarreo": tarreo,
|
|
|
"theclinic": theclinic
|
|
|
};
|