We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6a25b commit f7aa82aCopy full SHA for f7aa82a
src/updater/k10plusUpdater.js
@@ -236,8 +236,7 @@ outputErr = (err2) => {
236
////////////////////////////////////////////////////////////////////////////
237
// availabilityCheck for k10plus-api
238
239
- let testURL = 'https://ws.gbv.de/suggest/csl2?query=pica.tit=Nacht&citationstyle=ieee&language=de&count=3';
240
-
+ let testURL = 'https://ws.gbv.de/suggest/csl2/?query=pica.tit=Nacht&citationstyle=ieee&language=de&count=3';
241
https.get(testURL, res => {
242
let testData = [];
243
res.on('data', chunk => {
0 commit comments