delete import dont use

This commit is contained in:
kittapath 2024-09-03 15:18:30 +07:00
parent dd6e770ec7
commit 8c39019f4a
7 changed files with 9 additions and 39 deletions

View file

@ -1,4 +1,4 @@
import { Controller, Get, Post, Put, Delete, Patch, Route, Security, Tags } from "tsoa";
import { Controller, Get, Route, Security, Tags } from "tsoa";
@Route("/hello")
@Tags("Test")