delete sommeting that not used

This commit is contained in:
2026-02-27 10:56:57 -06:00
parent 8f65896390
commit 9e836fb947
+1 -1
View File
@@ -1,4 +1,4 @@
import { Controller, Get, Post, Body, Patch, Param, Delete, UseGuards } from '@nestjs/common';
import { Controller, Get, Param, UseGuards } from '@nestjs/common';
import { CostoService } from './costo.service';
import { JwtAuthGuard } from 'src/user/jwt.guard';