Skip to content

Commit

Permalink
fix(documents-v2): Add download URL to detail document v2 (#15194)
Browse files Browse the repository at this point in the history
  • Loading branch information
thordurhhh committed Jun 18, 2024
1 parent c18f4c6 commit 35a433d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/api/domains/documents/src/lib/documentV2.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export class DocumentServiceV2 {
publicationDate: document.date,
id: documentId,
name: document.fileName,
downloadUrl: `${this.downloadServiceConfig.baseUrl}/download/v1/electronic-documents/${documentId}`,
sender: {
id: document.senderNationalId,
name: document.senderName,
Expand Down

0 comments on commit 35a433d

Please sign in to comment.