add tags example

This commit is contained in:
Bright 2024-01-24 11:56:33 +07:00
parent 3c64d6b790
commit 03c43a5977

View file

@ -1,6 +1,7 @@
import { Controller, Get, Route, Security, Tags } from "tsoa";
@Route("/hello")
@Tags("Test")
@Security("bearerAuth")
export class AppController extends Controller {
@Get()