Skip to content

Commit

Permalink
Update supported MIME types.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sabadello <markus@danubetech.com>
  • Loading branch information
peacekeeper committed Dec 31, 2019
1 parent 794ce63 commit 7d12997
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

public class HttpDriver implements Driver {

public static final String MIME_TYPES = ResolveResult.MIME_TYPE + "," + DIDDocument.MIME_TYPE + "," + "application/ld+json";

private static Logger log = LoggerFactory.getLogger(HttpDriver.class);

private static final ObjectMapper objectMapper = new ObjectMapper();
Expand Down

0 comments on commit 7d12997

Please sign in to comment.