This commit is contained in:
Burlone
2024-10-28 00:40:21 +01:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -86,4 +86,4 @@
"bEnableBlockbusterRiskyEvent": false,
"bEnableCubeLake": false,
"cubeLakeDate": "2020-01-01T00:00:00.000Z"
}
}
+1 -1
View File
@@ -37,4 +37,4 @@ module.exports = function(websiteApp) {
websiteApp.get('/account-exists', (req, res) => {
res.sendFile(path.join(__dirname, './Data/html/accountExists.html'));
});
};
};
+1 -1
View File
@@ -240,4 +240,4 @@ function DateAddHours(pdate, number) {
return date;
}
module.exports = app;
module.exports = app;
+1 -1
View File
@@ -552,4 +552,4 @@ function isJSON(str) {
return false;
}
return true;
}
}