Compare commits
No commits in common. "ee7f392ab4fd1d6b5edbb33d616d81613b73e9e2" and "b46ecaa0563bddbf378bbc86a69b2d8d5b1ace2d" have entirely different histories.
ee7f392ab4
...
b46ecaa056
2 changed files with 0 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -131,5 +131,3 @@ dist
|
||||||
.yarn/build-state.yml
|
.yarn/build-state.yml
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
.claude
|
|
||||||
|
|
@ -10,7 +10,6 @@ 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 {
|
||||||
|
|
@ -30,7 +29,6 @@ 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