fix endPoint /document ไม่เก็บ log
This commit is contained in:
parent
6059322a17
commit
640c7eabee
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -131,3 +131,5 @@ dist
|
|||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
.claude
|
||||
|
|
@ -10,6 +10,7 @@ import {
|
|||
Route,
|
||||
SuccessResponse,
|
||||
Tags,
|
||||
Security
|
||||
} from "tsoa";
|
||||
import HttpStatus from "../interfaces/http-status";
|
||||
import {
|
||||
|
|
@ -29,6 +30,7 @@ import HttpStatusCode from "../interfaces/http-status";
|
|||
|
||||
@Route("api/v1/evaluation/document")
|
||||
@Tags("document")
|
||||
@Security("bearerAuth")
|
||||
export class DocumentController extends Controller {
|
||||
/**
|
||||
* @example volume "เล่ม 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue