mirror of
https://github.com/docmost/docmost.git
synced 2026-07-27 12:54:42 +10:00
Add api prefix to attachment nodes
This commit is contained in:
@@ -102,7 +102,7 @@ export const handleImageUpload =
|
||||
if (!attachment) return;
|
||||
|
||||
const node = schema.nodes.image?.create({
|
||||
src: `/files/${attachment.id}/${attachment.fileName}`,
|
||||
src: `/api/files/${attachment.id}/${attachment.fileName}`,
|
||||
attachmentId: attachment.id,
|
||||
title: attachment.fileName,
|
||||
size: attachment.fileSize,
|
||||
|
||||
Reference in New Issue
Block a user