Skip to content

Commit

Permalink
Update http.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Sep 29, 2024
1 parent 8eaa5de commit 2808e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/utils/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ module.exports.getBlogRss = () => {
};

module.exports.getGPBlogRss = () => {
return _.makeHTTPRequest({ url: `https://blog.globalping.io/rss`, rawResponse: true });
return _.makeHTTPRequest({ url: `https://blog.globalping.io/rss/`, rawResponse: true });
};

module.exports.getCdnOssFiles = (
Expand Down

0 comments on commit 2808e69

Please sign in to comment.