Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2024-01-24 16:09:02 +07:00
commit b45e27475b
2 changed files with 3 additions and 2 deletions

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()