diff --git a/server.js b/server.js index 572333e..06ebe68 100644 --- a/server.js +++ b/server.js @@ -55,7 +55,7 @@ setInterval(function () { }, 60000); request.get({ - url: "http://localhost/api/auto-gen-feature", + url: "http://localhost/api/re-gen-feature", json: true, headers: {'User-Agent': 'request'} }, (err, res, data) => {