Skip to content

Commit

Permalink
Switch over from recon url from recon server to mixer prod recon serv…
Browse files Browse the repository at this point in the history
…ice. (#187)
  • Loading branch information
Fructokinase authored Oct 7, 2022
1 parent 2251632 commit b149cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class ExternalIdResolver {
private static final Logger logger = LogManager.getLogger(ExternalIdResolver.class);

private static final String API_ROOT = "https://staging.recon.datacommons.org/entity/resolve";
private static final String API_ROOT = "https://api.datacommons.org/v1/recon/entity/resolve";
// Let tests modify it.
static int MAX_RESOLUTION_BATCH_IDS = 500;

Expand Down

0 comments on commit b149cb9

Please sign in to comment.