diff --git a/src/controllers/FileController.ts b/src/controllers/FileController.ts index 7985033..b896d26 100644 --- a/src/controllers/FileController.ts +++ b/src/controllers/FileController.ts @@ -23,7 +23,7 @@ import { updateFile, } from "../services/edm"; -@Route("api/v1/file/{name}/{group}") +@Route("api/v1/salary/file/{name}/{group}") @Security("bearerAuth") @Tags("File") export class FileController extends Controller {