mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move Novel settings to another file
This commit is contained in:
@@ -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") {
|
||||
|
Reference in New Issue
Block a user