summaryrefslogtreecommitdiff
path: root/app/api/files
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-24 11:06:32 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-24 11:06:32 +0000
commit1dc24d48e52f2e490f5603ceb02842586ecae533 (patch)
tree8fca2c5b5b52cc10557b5ba6e55b937ae3c57cf6 /app/api/files
parented0d6fcc98f671280c2ccde797b50693da88152e (diff)
(대표님) 정기평가 피드백 반영, 설계 피드백 반영, (최겸) 기술영업 피드백 반영
Diffstat (limited to 'app/api/files')
-rw-r--r--app/api/files/[...path]/route.ts9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts
index a3bd67af..c9d530de 100644
--- a/app/api/files/[...path]/route.ts
+++ b/app/api/files/[...path]/route.ts
@@ -36,7 +36,14 @@ const isAllowedPath = (requestedPath: string): boolean => {
'vendorFormReportSample',
'vendorFormData',
'uploads',
- 'tech-sales'
+ 'tech-sales',
+ 'techsales-rfq',
+ 'tech-vendors',
+ 'vendor-investigation',
+ 'vendor-responses',
+ 'vendor-evaluation',
+ 'vendor-evaluation-submit',
+ 'vendor-attachments',
];
return allowedPaths.some(allowed =>