Skip to content

Commit

Permalink
rem: se ha removido noticias
Browse files Browse the repository at this point in the history
* Se remueven las noticias de la API debido a que la utem bloquea solicitudes fuera de Chile al sitio de noticias o de la utem.
  • Loading branch information
Im-Fran committed May 17, 2024
1 parent ead7900 commit 97a4aaf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 105 deletions.
38 changes: 0 additions & 38 deletions src/core/controllers/noticia.controller.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/core/routes/index.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import CarreraRouter from "./carrera.routes";
import HorarioRouter from "./horario.routes";
import PermisoRouter from "./permiso.routes";
import UsuarioRouter from "./usuario.routes";
import NoticiasRouter from "./noticias.routes";
import BecaAlimentacionRoutes from "./beca-alimentacion.routes";

const router: Router = Router();
Expand All @@ -17,6 +16,5 @@ router.use("/", CarreraRouter);
router.use("/", AsignaturaRouter);
router.use("/", PermisoRouter);
router.use("/", BecaAlimentacionRoutes)
router.use("/", NoticiasRouter);

export default router;
11 changes: 0 additions & 11 deletions src/core/routes/noticias.routes.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/utem/models/noticia.model.ts

This file was deleted.

46 changes: 0 additions & 46 deletions src/utem/services/utemNoticiasService.ts

This file was deleted.

0 comments on commit 97a4aaf

Please sign in to comment.