Skip to content

Commit

Permalink
Fix - Update Pocket more URL (#6425)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagalway committed Apr 20, 2020
1 parent 04b36db commit fb5bc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Providers/PocketFeed.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private class PocketError: MaybeErrorType {

class Pocket {
private let pocketGlobalFeed: String
static let MoreStoriesURL = URL(string: "https://getpocket.com/explore/trending?src=ff_ios&cdn=0")!
static let MoreStoriesURL = URL(string: "https://getpocket.com/explore?src=ff_ios&cdn=0")!

// Allow endPoint to be overriden for testing
init(endPoint: String = PocketGlobalFeed) {
Expand Down

0 comments on commit fb5bc4c

Please sign in to comment.