This commit is contained in:
kittapath 2024-10-01 00:41:09 +07:00
parent a5b57f287d
commit e87e760075
3 changed files with 97 additions and 15 deletions

View file

@ -1,16 +1,4 @@
import {
Controller,
Request,
Get,
Post,
Put,
Delete,
Patch,
Route,
Security,
Tags,
Path,
} from "tsoa";
import { Path } from "tsoa";
import axios from "axios";
import { addLogSequence } from "./utils";