diff --git a/src/controllers/MyController.ts b/src/controllers/MyController.ts index 0fafbf1a..4dde32ca 100644 --- a/src/controllers/MyController.ts +++ b/src/controllers/MyController.ts @@ -1,6 +1,7 @@ import { Controller, Get, Route, Security, Tags } from "tsoa"; @Route("/hello") +@Tags("Test") @Security("bearerAuth") export class AppController extends Controller { @Get() diff --git a/tsoa.json b/tsoa.json index 6828bb73..a0865329 100644 --- a/tsoa.json +++ b/tsoa.json @@ -7,9 +7,9 @@ "specVersion": 3, "spec": { "info": { - "title": "bma-ehr-evaluation-nodeservice - API", + "title": "bma-ehr-organization - API", "version": "0.0.1", - "description": "ระบบประเมินบุคคล", + "description": "ระบบโครงสร้างอัตรากำลัง", "license": { "name": "by Frappet", "url": "https://frappet.com"