no message

This commit is contained in:
kittapath 2024-10-18 11:45:16 +07:00
parent 6a23f31046
commit 3c0a39a8c4
37 changed files with 27 additions and 178 deletions

View file

@ -1,16 +1,4 @@
import {
Body,
Controller,
Example,
Get,
Patch,
Path,
Post,
Request,
Route,
Security,
Tags,
} from "tsoa";
import { Body, Controller, Get, Patch, Path, Post, Request, Route, Security, Tags } from "tsoa";
import { AppDataSource } from "../database/data-source";
import HttpSuccess from "../interfaces/http-success";
import HttpStatus from "../interfaces/http-status";