Skip to content

Commit

Permalink
update cloudinary
Browse files Browse the repository at this point in the history
  • Loading branch information
sharrlotte committed Nov 9, 2024
1 parent 00833f3 commit 44475fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mindytool/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Config {
private static final String ENV = System.getenv("ENV");
public static final boolean DEV = (ENV != null && ENV.equals("DEV"));
public static final String API_URL = DEV ? DEV_URL : PROD_URL;
public static final String IMAGE_URL = "https://res.cloudinary.com/dyx7yui8u/image/upload/v1703328847/";
public static final String IMAGE_URL = "https://res.cloudinary.com/diuvht7dq/image/upload/v1683651720/";

public static final String REPO_URL = "https://api.github.com/repos/sharrlotte/MindustryToolMod/releases/latest";

Expand Down

0 comments on commit 44475fa

Please sign in to comment.