Merge branch 'develop' into dev
This commit is contained in:
commit
945a7abaa9
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/build-state.yml
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
.claude
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue