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';