add comments
This commit is contained in:
@@ -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,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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user