diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-19 09:30:38 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-19 09:30:38 +0000 |
| commit | a2681dd8fd6b1f722ff7c7573fa7486ddd1fbbcc (patch) | |
| tree | aa246c6decdc850959c4f4d3adbef7e5a4f18b28 | |
| parent | 0d68dbcba27ce49c15f30126f7a5dfce974847a3 (diff) | |
(임수민) 구매 협의 코멘트 다운로드 수정
| -rw-r--r-- | app/api/files/[...path]/route.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index 58014a45..38e76298 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -37,6 +37,7 @@ const isAllowedPath = (requestedPath: string): boolean => { 'vendorFormReportSample', 'vendorFormData', 'uploads', + 'agreement-comments', 'documents', 'tech-sales', 'techsales-rfq', |
