Move Novel settings to another file

This commit is contained in:
SillyLossy
2023-05-30 18:54:02 +03:00
parent a0090929ae
commit 3a53bc292b
3 changed files with 33 additions and 30 deletions

View File

@@ -580,6 +580,9 @@ app.post("/getstatus", jsonParser, async function (request, response_getstatus =
}
}
client.get(url, args, function (data, response) {
if (typeof data !== 'object') {
data = {};
}
if (response.statusCode == 200) {
data.version = version;
if (data.result != "ReadOnly") {