diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-29 06:20:56 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-29 06:20:56 +0000 |
| commit | 2fc9e5492e220041ba322d9a1479feb7803228cf (patch) | |
| tree | da8ace07ed23ba92f2408c9c6e9ae2e31be20160 /app/api | |
| parent | 5202c4b56d9565c7ac0c2a62255763462cef0d3d (diff) | |
(최겸) 구매 PQ수정, 정규업체 결재 개발(진행중)
Diffstat (limited to 'app/api')
| -rw-r--r-- | app/api/files/[...path]/route.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index 83fe7ba2..0416f800 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -54,7 +54,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'information', 'general-contract-templates', 'purchase-requests', - 'projects' + 'projects', + 'vendor-evaluation/attachments' ]; return allowedPaths.some(allowed => |
