Skip to content

Commit

Permalink
Remove values related to pushshift and reveddit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Nov 7, 2024
1 parent d3f56ff commit f2783ae
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public class APIUtils {
public static final String API_UPLOAD_VIDEO_URI = "https://reddit-uploaded-video.s3-accelerate.amazonaws.com";
public static final String REDGIFS_API_BASE_URI = "https://api.redgifs.com";
public static final String IMGUR_API_BASE_URI = "https://api.imgur.com/3/";
public static final String PUSHSHIFT_API_BASE_URI = "https://api.pushshift.io/";
public static final String REVEDDIT_API_BASE_URI = "https://api.reveddit.com/";
public static final String STREAMABLE_API_BASE_URI = "https://api.streamable.com";
public static final String SERVER_API_BASE_URI = "http://127.0.0.1";

Expand Down

0 comments on commit f2783ae

Please sign in to comment.