mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-26 19:33:26 +00:00
Merge branch 'main' of https://github.com/Project-Reload/Reload-Backend
This commit is contained in:
+1
-1
@@ -86,4 +86,4 @@
|
||||
"bEnableBlockbusterRiskyEvent": false,
|
||||
"bEnableCubeLake": false,
|
||||
"cubeLakeDate": "2020-01-01T00:00:00.000Z"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -37,4 +37,4 @@ module.exports = function(websiteApp) {
|
||||
websiteApp.get('/account-exists', (req, res) => {
|
||||
res.sendFile(path.join(__dirname, './Data/html/accountExists.html'));
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
@@ -240,4 +240,4 @@ function DateAddHours(pdate, number) {
|
||||
return date;
|
||||
}
|
||||
|
||||
module.exports = app;
|
||||
module.exports = app;
|
||||
|
||||
+1
-1
@@ -552,4 +552,4 @@ function isJSON(str) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user