TF-2628 Integrate ViewAttachmentForWebInteractor with SingleEmailController

This commit is contained in:
DatDang
2024-02-27 10:07:41 +07:00
committed by Dat H. Pham
parent 3bda85d919
commit 31fbda6c0c
5 changed files with 306 additions and 9 deletions
+1
View File
@@ -1,4 +1,5 @@
class Constant {
static const acceptHeaderDefault = 'application/json';
static const contentTypeHeaderDefault = 'application/json';
static const pdfMimeType = 'application/pdf';
}