Skip to content

Commit

Permalink
Merge pull request #142 from europeana/EA-3955-change-context-url-errors
Browse files Browse the repository at this point in the history
change context url for errors
  • Loading branch information
gsergiu authored Oct 23, 2024
2 parents 4c744d8 + 6d3d8bb commit f2024e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class EuropeanaApiErrorResponse {

@JsonIgnore
public static final String CONTEXT = "http://www.europeana.eu/schemas/context/api.jsonld";
public static final String CONTEXT = "https://api.europeana.eu/schema/context/api.jsonld";


@JsonProperty("@context")
Expand Down

0 comments on commit f2024e6

Please sign in to comment.