added addTime

This commit is contained in:
2026-01-23 12:36:14 -06:00
parent 209b54b412
commit 156954abb3
8 changed files with 129 additions and 21 deletions
-4
View File
@@ -1,11 +1,7 @@
import {
Controller,
Get,
Post,
Body,
Patch,
Param,
Delete,
} from '@nestjs/common';
import { EquipoService } from './equipo.service';
import { Equipo } from './entities/equipo.entity';