Fixed Dokubox and Sanitizing for File Uploads Fix #133
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user