delete import dont use

This commit is contained in:
kittapath 2024-09-03 15:18:23 +07:00
parent 5c2569e5b4
commit 39b239eb97
11 changed files with 26 additions and 56 deletions

View file

@ -1,17 +1,4 @@
import {
Controller,
Request,
Get,
Post,
Put,
Delete,
Patch,
Route,
Security,
Tags,
Path,
} from "tsoa";
import axios from "axios";
import { Controller, Request, Get, Route, Security, Tags } from "tsoa";
import CallAPI from "../interfaces/call-api";
@Route("/hello")