Skip to content

Commit

Permalink
Merge pull request #8 from WorldHealthOrganization/fix/add-trusted-re…
Browse files Browse the repository at this point in the history
…ference-url

Fix: Add URL to TrustedReference
  • Loading branch information
f11h authored Mar 9, 2022
2 parents 1a38da3 + fd32ed0 commit b17a4d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
@AllArgsConstructor
public class TrustedReferenceDto {

private String url;

private String country;

private ReferenceTypeDto type;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public class TrustedReference {

private String uuid;

private String url;

private String version;

private String country;
Expand Down

0 comments on commit b17a4d1

Please sign in to comment.