fix: cannot upload attachment files in docker (#241)
This commit is contained in:
@@ -53,7 +53,7 @@ type AttachmentType = {
|
||||
id: number;
|
||||
title: string;
|
||||
detail: string;
|
||||
path: string;
|
||||
filename: string;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
caseAttachments: CaseAttachmentType;
|
||||
|
||||
Reference in New Issue
Block a user