Change Medium API endpoint

This commit is contained in:
Morgan Bazalgette 2017-02-16 21:47:47 +01:00
parent 021e76cab7
commit bc2100b889
No known key found for this signature in database
GPG Key ID: 40D328300D245DA5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ type blogPostsResponse struct {
// consts for the medium API
const (
mediumAPIResponsePrefix = `])}while(1);</x>`
mediumAPIAllPosts = `https://blog.ripple.moe/all?format=json`
mediumAPIAllPosts = `https://blog.ripple.moe/latest?format=json`
)
func init() {