updated name system
This commit is contained in:
parent
15f351f6e7
commit
400b9c0b28
2 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@ import { Controller, Get, Route, Security, Tags } from "tsoa";
|
||||||
|
|
||||||
@Route("/hello")
|
@Route("/hello")
|
||||||
@Tags("Test")
|
@Tags("Test")
|
||||||
@Security("bearerAuth")
|
// @Security("bearerAuth")
|
||||||
export class AppController extends Controller {
|
export class AppController extends Controller {
|
||||||
@Get()
|
@Get()
|
||||||
public async GET() {
|
public async GET() {
|
||||||
return { message: "Hello Development" };
|
return { message: "Hello Probation System" };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"info": {
|
"info": {
|
||||||
"title": "bma-ehr-probation - API",
|
"title": "bma-ehr-probation - API",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "ระบบการพัฒนาบุคลากร/การศึกษาต่อ (Development: DV)",
|
"description": "ระบบทดลองปฏิบัติหน้าที่ราชการ (Probation)",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "by Frappet",
|
"name": "by Frappet",
|
||||||
"url": "https://frappet.com"
|
"url": "https://frappet.com"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue