Protect endpoint
This commit is contained in:
parent
b9c9f55855
commit
21fb1d5f09
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import {
|
|||
Path,
|
||||
Post,
|
||||
Route,
|
||||
Security,
|
||||
SuccessResponse,
|
||||
Tags,
|
||||
} from "tsoa";
|
||||
|
|
@ -23,6 +24,7 @@ import {
|
|||
} from "../services/edm";
|
||||
|
||||
@Route("api/v1/salary/file")
|
||||
@Security("bearerAuth")
|
||||
@Tags("Document")
|
||||
export class DocumentController extends Controller {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue