add comments

This commit is contained in:
TheManus88
2024-09-17 18:50:55 -06:00
parent 059af0d76d
commit f870d76d07
10 changed files with 125 additions and 13 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
import {
Controller,
Get,
Header,
HttpCode,
Logger,
} from '@nestjs/common';
import { Controller, Get, Header, HttpCode, Logger } from '@nestjs/common';
import { CarrerasService } from './carreras.service';
-1
View File
@@ -1,6 +1,5 @@
import { Injectable } from '@nestjs/common';
import { InjectRepository } from '@nestjs/typeorm';
import { EjeEstrategico } from '../entities/ejesEstrategicos.entity';
import { Repository } from 'typeorm';
import { Carrera } from '../entities/carreras.entity';