Browse Source

gts comments tweak

master
Jon Kelbie 5 months ago
parent
commit
50038e61d2
  1. 2
      layouts/partials/mastodon/mastodon.html

2
layouts/partials/mastodon/mastodon.html

@ -63,7 +63,7 @@
'accept': 'application/json'
}
};
fetch('http://php-proxy.kelbie.scot/api/v1/statuses/{{ .Page.Params.comments.id }}/context',params)
fetch('https://php-proxy.kelbie.scot/api/v1/statuses/{{ .Page.Params.comments.id }}/context',params)
.then(function(response) {
return response.json();
})

Loading…
Cancel
Save