summaryrefslogtreecommitdiff
path: root/app/api/files
diff options
context:
space:
mode:
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 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 =>