1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

Change downloads asset location

This commit is contained in:
HarveyKandola 2022-02-14 14:23:10 -05:00
parent ce93a5e623
commit fcf38d8af9
7 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@ export default Component.extend(Notifier, {
let self = this;
let cacheBuster = + new Date();
$.ajax({
url: `https://documize.s3-eu-west-1.amazonaws.com/news/summary.html?cb=${cacheBuster}`,
url: `https://www.documize.com/community/news/summary.html?cb=${cacheBuster}`,
type: 'GET',
dataType: 'html',
success: function (response) {