Skip to content

Commit

Permalink
Continue implementing online themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Nov 7, 2024
1 parent 7e448ff commit 07f5268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class APIUtils {
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 ONLINE_CUSTOM_THEMES_API_BASE_URI = "http://127.0.0.1";
public static final String SERVER_API_BASE_URI = "http://127.0.0.1";

public static final String CLIENT_ID_KEY = "client_id";
public static final String CLIENT_SECRET_KEY = "client_secret";
Expand Down

0 comments on commit 07f5268

Please sign in to comment.