Fixed Dokubox and Sanitizing for File Uploads Fix #133

This commit is contained in:
2026-03-18 18:27:14 +01:00
parent 69ff646689
commit 003d88587a
3 changed files with 14 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ export default async function fileRoutes(server: FastifyInstance) {
return {
id: created.id,
filename: data.filename,
filename: created.filename,
path: created.key
}
} catch (err) {