Skip to content

Commit

Permalink
duplicate query parameter removed (#5865)
Browse files Browse the repository at this point in the history
  • Loading branch information
MhhhxX authored and Siedlerchr committed Jan 25, 2020
1 parent a140fca commit ac90ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SpringerFetcher implements SearchBasedParserFetcher {

private static final Logger LOGGER = LoggerFactory.getLogger(SpringerFetcher.class);

private static final String API_URL = "http://api.springernature.com/meta/v1/json?q=";
private static final String API_URL = "http://api.springernature.com/meta/v1/json";
private static final String API_KEY = "a98b4a55181ffcd27259bea45edad12e";

/**
Expand Down

0 comments on commit ac90ad2

Please sign in to comment.