From 03c43a597749cb2930487f38e4d6ac3e46e494a1 Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 24 Jan 2024 11:56:33 +0700 Subject: [PATCH 1/2] add tags example --- src/controllers/MyController.ts | 1 + 1 file changed, 1 insertion(+) 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() From c66bf2382e794e587f9f6aadae08c2aed3aefeba Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 24 Jan 2024 11:58:17 +0700 Subject: [PATCH 2/2] no message --- tsoa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"