From 2a49275e55c36fc99554ee76c23f0225c33997cb Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 19 Mar 2024 13:51:04 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20path=20upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/FileController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {