Skip to content

Commit

Permalink
use the ADC proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Feb 6, 2024
1 parent 813bb5e commit 655afaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
public class AwardLookupCheck implements Callable<Result> {

private static String apiUrl = "https://www.research.gov/awardapi-service/v1/awards.json"
private static String apiUrl = "https://arcticdata.io/research.gov/awardapi-service/v1/awards.json"
+ "?printFields="
+ "id,"
+ "title,"
Expand Down

0 comments on commit 655afaf

Please sign in to comment.