summaryrefslogtreecommitdiff
path: root/app/api/files
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-23 03:25:17 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-23 03:25:17 +0000
commit835010104c25c370c1def1f2de52f518058f8b46 (patch)
treea3195a9adfed58e110ef683630d4464ff95a52dd /app/api/files
parentc64264ac25716256c0c7c4f56e6f459747f4ef11 (diff)
(임수민) 데이터룸 파일권한, 리디렉트 수정
Diffstat (limited to 'app/api/files')
-rw-r--r--app/api/files/[...path]/route.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts
index 8d736f80..83fe7ba2 100644
--- a/app/api/files/[...path]/route.ts
+++ b/app/api/files/[...path]/route.ts
@@ -53,7 +53,8 @@ const isAllowedPath = (requestedPath: string): boolean => {
'pq/vendor',
'information',
'general-contract-templates',
- 'purchase-requests'
+ 'purchase-requests',
+ 'projects'
];
return allowedPaths.some(allowed =>