diff options
Diffstat (limited to 'app')
| -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 => |
