Skip to content

Commit

Permalink
Update co6.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieu authored Mar 12, 2024
1 parent 4098b23 commit e6226bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/co6.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var request = new XMLHttpRequest();
var imghost = 'https://s3-eu-west-1.amazonaws.com/smgco-images/images/';
var imghost = 'https://coimages.sciencemuseumgroup.org.uk/';

request.addEventListener('load', function (e) {
// response comes back as "{data: [{attributes: {locations: [{...}], summary_title: '...'} ...}, {} ...]}"
Expand Down

0 comments on commit e6226bf

Please sign in to comment.