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/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
.claude
|
||||
|
|
@ -10,7 +10,6 @@ import {
|
|||
Route,
|
||||
SuccessResponse,
|
||||
Tags,
|
||||
Security
|
||||
} from "tsoa";
|
||||
import HttpStatus from "../interfaces/http-status";
|
||||
import {
|
||||
|
|
@ -30,7 +29,6 @@ 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