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 0bc2e22f..2b58ca43 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -49,7 +49,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'vendors/nda', 'vendors', 'pq', - 'pq/vendor' + 'pq/vendor', + 'information' ]; return allowedPaths.some(allowed => |
