diff options
Diffstat (limited to 'app/api/files')
| -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 89f00a3c..8d736f80 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -52,7 +52,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'pq', 'pq/vendor', 'information', - 'general-contract-templates' + 'general-contract-templates', + 'purchase-requests' ]; return allowedPaths.some(allowed => |
