From 400b9c0b28d5b97763c56d1fb4567d059b1d94e1 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 5 Sep 2024 16:39:17 +0700 Subject: [PATCH] updated name system --- src/controllers/MyController.ts | 4 ++-- tsoa.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/controllers/MyController.ts b/src/controllers/MyController.ts index 7f14906..2bd82e4 100644 --- a/src/controllers/MyController.ts +++ b/src/controllers/MyController.ts @@ -2,10 +2,10 @@ import { Controller, Get, Route, Security, Tags } from "tsoa"; @Route("/hello") @Tags("Test") -@Security("bearerAuth") +// @Security("bearerAuth") export class AppController extends Controller { @Get() public async GET() { - return { message: "Hello Development" }; + return { message: "Hello Probation System" }; } } diff --git a/tsoa.json b/tsoa.json index e50408a..1a4f851 100644 --- a/tsoa.json +++ b/tsoa.json @@ -9,7 +9,7 @@ "info": { "title": "bma-ehr-probation - API", "version": "0.0.1", - "description": "ระบบการพัฒนาบุคลากร/การศึกษาต่อ (Development: DV)", + "description": "ระบบทดลองปฏิบัติหน้าที่ราชการ (Probation)", "license": { "name": "by Frappet", "url": "https://frappet.com"