revert WIP: implement public file visibility feature and enhance search functionality
This commit is contained in:
2025-05-09 08:55:45 +00:00
parent 99397e774c
commit b63e3ae77f
10 changed files with 33 additions and 254 deletions
-1
View File
@@ -32,7 +32,6 @@ export async function GET(req: Request) {
type: file.extension,
url: file.url,
description: file.description,
isPublic: file.public, // Ensure this is included
});
} catch (error) {
console.error("Error fetching file details:", error);