Update 'server.js'

This commit is contained in:
dongpd 2021-01-22 03:41:42 +00:00
parent f0a17ee9b0
commit 8f522dff94

View File

@ -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) => {