Merge branch 'develop' into dev

This commit is contained in:
harid 2026-03-25 17:31:26 +07:00
commit 945a7abaa9
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -131,3 +131,5 @@ dist
.yarn/build-state.yml .yarn/build-state.yml
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
.claude

View file

@ -10,6 +10,7 @@ import {
Route, Route,
SuccessResponse, SuccessResponse,
Tags, Tags,
Security
} from "tsoa"; } from "tsoa";
import HttpStatus from "../interfaces/http-status"; import HttpStatus from "../interfaces/http-status";
import { import {
@ -29,6 +30,7 @@ import HttpStatusCode from "../interfaces/http-status";
@Route("api/v1/evaluation/document") @Route("api/v1/evaluation/document")
@Tags("document") @Tags("document")
@Security("bearerAuth")
export class DocumentController extends Controller { export class DocumentController extends Controller {
/** /**
* @example volume "เล่ม 1" * @example volume "เล่ม 1"