Skip to content

Commit

Permalink
Change ENDPOINT from debug to prod API
Browse files Browse the repository at this point in the history
  • Loading branch information
conorthedev committed May 23, 2020
1 parent ac2cd54 commit 8ff744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/conorthedev/mediamod/MediaMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class MediaMod {
/**
* The API Endpoint for MediaMod requests
*/
public static final String ENDPOINT = "http://0.0.0.0:3000/";
public static final String ENDPOINT = "https://mediamodapi.cbyrne.dev/";

/**
* An instance of this class to access non-static methods from other classes
Expand Down

0 comments on commit 8ff744b

Please sign in to comment.