Skip to content

Commit

Permalink
Merge pull request #25 from exdevutem/removal/noticias
Browse files Browse the repository at this point in the history
Remoción de Noticias
  • Loading branch information
exdevutembot committed May 17, 2024
2 parents ead7900 + f7e5212 commit 4999444
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PORT=3000
LOG_LEVEL=info

UTEM_URL="https://www.utem.cl"
NOTICIAS_UTEM_URL="https://noticias.utem.cl"
SSO_UTEM_URL="https://sso.utem.cl"
MI_UTEM_URL="https://mi.utem.cl"
PASAPORTE_UTEM_URL="https://pasaporte.utem.cl"
Expand Down
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 4999444

Please sign in to comment.