add tags example
This commit is contained in:
parent
3c64d6b790
commit
03c43a5977
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { Controller, Get, Route, Security, Tags } from "tsoa";
|
||||
|
||||
@Route("/hello")
|
||||
@Tags("Test")
|
||||
@Security("bearerAuth")
|
||||
export class AppController extends Controller {
|
||||
@Get()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue