Skip to content

Commit 28c672d

Browse files
Switch to production API
1 parent 30b341a commit 28c672d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gg/essential/ad/EssentialAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class EssentialAPI {
2020

2121
private static final String API_BASE_URL = System.getProperty(
2222
"essential.ad.api",
23-
"https://api.lon-dev.modcore.dev" // fixme replace with prod
23+
"https://api.essential.gg"
2424
);
2525
private static final String AD_DATA_URL = API_BASE_URL + "/v1/mod-partner";
2626

0 commit comments

Comments
 (0)