delete import dont use
This commit is contained in:
parent
5c2569e5b4
commit
39b239eb97
11 changed files with 26 additions and 56 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue